aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2010-01-27 16:05:11 +0100
committerMartin Willi <martin@strongswan.org>2010-01-27 16:05:11 +0100
commit8015c91cb9331e8c3e56caf9994780c3733ff708 (patch)
treeaa5d57550b13867040a47b5315d5814755395c0b /src/stroke
parent71da001753f07833f0e7b64bb2c5f89a12698690 (diff)
downloadstrongswan-8015c91cb9331e8c3e56caf9994780c3733ff708.tar.bz2
strongswan-8015c91cb9331e8c3e56caf9994780c3733ff708.tar.xz
Added a ipsec.conf "inactivity" option to configure inactivity timeout for CHILD_SAs
Diffstat (limited to 'src/stroke')
-rw-r--r--src/stroke/stroke_msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h
index ace0401a8..56a7a158f 100644
--- a/src/stroke/stroke_msg.h
+++ b/src/stroke/stroke_msg.h
@@ -223,6 +223,7 @@ struct stroke_msg_t {
int mobike;
int force_encap;
int ipcomp;
+ time_t inactivity;
int proxy_mode;
int install_policy;