aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-05-17 19:49:22 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-05-17 19:49:22 +0200
commit80c5b17d1af10bf2eeba55e1caba770cb3dcf734 (patch)
tree0233436f53bac2b77fc1909cb736c9919fdba8c7 /src/stroke
parent24742c0f8385b194d5e2587bb8575de4a9eb6fec (diff)
downloadstrongswan-80c5b17d1af10bf2eeba55e1caba770cb3dcf734.tar.bz2
strongswan-80c5b17d1af10bf2eeba55e1caba770cb3dcf734.tar.xz
make IKEv1 DPD timeout configurable in charon
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 22d4f11a3..e1ac684e2 100644
--- a/src/stroke/stroke_msg.h
+++ b/src/stroke/stroke_msg.h
@@ -278,6 +278,7 @@ struct stroke_msg_t {
} rekey;
struct {
time_t delay;
+ time_t timeout;
int action;
} dpd;
struct {