diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2015-11-26 15:26:42 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2015-11-26 15:26:42 +0100 |
commit | f42f239a632306ed082f6fde878977248eea85cf (patch) | |
tree | 6b6f55133d62cd206d1ad487c28215386bfae75c /conf/strongswan.conf.5.main | |
parent | 6f35bf8f3833c3530d0ccec0f68bee97d0f00ebe (diff) | |
download | vyos-strongswan-f42f239a632306ed082f6fde878977248eea85cf.tar.gz vyos-strongswan-f42f239a632306ed082f6fde878977248eea85cf.zip |
Imported Upstream version 5.3.5
Diffstat (limited to 'conf/strongswan.conf.5.main')
-rw-r--r-- | conf/strongswan.conf.5.main | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/conf/strongswan.conf.5.main b/conf/strongswan.conf.5.main index 7fc421c60..633588325 100644 --- a/conf/strongswan.conf.5.main +++ b/conf/strongswan.conf.5.main @@ -645,6 +645,18 @@ NAS\-Identifier to include in RADIUS messages. Port of RADIUS server (authentication). .TP +.BR charon.plugins.eap-radius.retransmit_base " [1.4]" +Base to use for calculating exponential back off. + +.TP +.BR charon.plugins.eap-radius.retransmit_timeout " [2.0]" +Timeout in seconds before sending first retransmit. + +.TP +.BR charon.plugins.eap-radius.retransmit_tries " [4]" +Number of times to retransmit a packet before giving up. + +.TP .BR charon.plugins.eap-radius.secret " []" Shared secret between RADIUS and NAS. If set, make sure to adjust the permissions of the config file accordingly. @@ -673,7 +685,13 @@ The [1813] option can be used to specify the port used for RADIUS accounting. For each RADIUS server a priority can be specified using the .RB "" "preference" "" -[0] option. +[0] option. The retransmission time for each server can set set +using +.RB "" "retransmit_base" "," +.RB "" "retransmit_timeout" "" +and +.RB "" "retransmit_tries" "." + .TP .BR charon.plugins.eap-radius.sockets " [1]" |