Hi,<br><br>I am having difficulty getting "retransmission timeout" to work with my own settings. I set "retransmit_tries" to  "3" but I am still seeing 5 retransmissions before it gives up, which is the default value.<br>
<br>Below is my strongswan.conf. Please advice if there is any other areas I need to re-configure. <br><br>root@ngfw:~# more /var/tmp/shells/strongswan.conf<br># Generated by XMSD: IPsec service<br><br>charon {<br>         retransmit_tries = 3<br>
         retransmit_timeout = 10<br>         retransmit_base = 1<br><br> plugins {<br>    eap-radius {<br>        server = 192.168.100.1<br>        secret = testing123<br>        nas-id = mynas<br>        filter_id = yes<br>
    }<br>  }<br>}<br><br>Thanks!<br><br>Jordan.<br>