aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-05-25 15:30:32 +0200
committerTobias Brunner <tobias@strongswan.org>2012-05-30 15:32:52 +0200
commit60c82591c528ef89d0479f2678e95dfadfa0c3eb (patch)
treec82f6d95229d81ae3b13437db108905455b86fe4 /man
parenteac9d77059cc7e515ff57ad492dc12b4bfd945be (diff)
downloadstrongswan-60c82591c528ef89d0479f2678e95dfadfa0c3eb.tar.bz2
strongswan-60c82591c528ef89d0479f2678e95dfadfa0c3eb.tar.xz
Retry IKE_SA initiation if DNS resolution failed.
This is disabled by default and can be enabled with the charon.retry_initiate_interval option in strongswan.conf.
Diffstat (limited to 'man')
-rw-r--r--man/strongswan.conf.5.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in
index b754e320c..c953b92f4 100644
--- a/man/strongswan.conf.5.in
+++ b/man/strongswan.conf.5.in
@@ -234,6 +234,10 @@ Timeout in seconds before sending first retransmit
.BR charon.retransmit_tries " [5]"
Number of times to retransmit a packet before giving up
.TP
+.BR charon.retry_initiate_interval " [0]"
+Interval to use when retrying to initiate an IKE_SA (e.g. if DNS resolution
+failed), 0 to disable retries.
+.TP
.BR charon.reuse_ikesa " [yes]
Initiate CHILD_SA within existing IKE_SAs
.TP