Hi ,<div>    I used strongswan-4.5.2 and Linux-2.6.32 in an embed system with  the PowerPC .After establishing  a IPSEC tunnel between the client( PowerPC) and service (x86),I sent UDP packets from the client to service with 3 Mbps bandwidth , aslo use the PING command to PING a PC which connected the PowerPC directly without IPSEC.It  appeared about 20 second delay ,at the same time the UART died and could not input any character . But it did not loss any packets !</div>
<div>          Do you have any idea about this phenomena ? Does  it   the result of   low-performance of  PowerPC  ?</div><div><br></div><div><br></div><div><pre style="word-wrap:break-word;white-space:pre-wrap">config setup
        plutostart=no

conn %default
        ikelifetime=60m
        keylife=20m
        rekeymargin=3m
        keyingtries=1
        keyexchange=ikev2

conn home
        left=192.168.0.100
        leftid=<a href="mailto:carol@strongswan.org">carol@strongswan.org</a>
        leftfirewall=yes
        leftauth=eap
        eap_identity=carol
        right=192.168.0.1
        rightid=@<a href="http://moon.strongswan.org">moon.strongswan.org</a>
        rightsubnet=<a href="http://10.1.0.0/16">10.1.0.0/16</a>
        auto=add</pre></div><div><pre style="background-color:rgb(255,255,255)"><i>strongswan.conf:
</i>
<pre style="word-wrap:break-word;white-space:pre-wrap">charon {
  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink socket-default fips-prf eap-aka eap-aka-3gpp2 eap-identity updown
}</pre>
</pre></div>