aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-06 12:27:09 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-06 12:27:09 +0000
commite314700cb564294079dcf2af3a01532ec68f427c (patch)
tree71a0cbf279020d94a095e33ecb4d23552ef6c27f /Source/charon/daemon.h
parentd381f366088751f30923223917f0dddfa94f1865 (diff)
downloadstrongswan-e314700cb564294079dcf2af3a01532ec68f427c.tar.bz2
strongswan-e314700cb564294079dcf2af3a01532ec68f427c.tar.xz
- implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r--Source/charon/daemon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h
index 6173b6d08..406e78a27 100644
--- a/Source/charon/daemon.h
+++ b/Source/charon/daemon.h
@@ -63,6 +63,11 @@
#define RETRANSMIT_TIMEOUT 3000
/**
+ * Timeout in milliseconds after that a half open IKE_SA gets deleted.
+ */
+#define HALF_OPEN_IKE_SA_TIMEOUT 30000
+
+/**
* Max retransmit count. 0 for infinite.
*/
#define MAX_RETRANSMIT_COUNT 0