aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-02 14:07:36 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-02 14:07:36 +0000
commit0df63d6be4e383c6adb265e3ff05fda769b8f11f (patch)
treeddfc37f940dea5de843c7682a551d342cd1ca1bc /Source/charon/daemon.h
parentccb37df25d6a3f51d7cd0116e26106c47b94edcf (diff)
downloadstrongswan-0df63d6be4e383c6adb265e3ff05fda769b8f11f.tar.bz2
strongswan-0df63d6be4e383c6adb265e3ff05fda769b8f11f.tar.xz
- retransmitting of requests implemented
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r--Source/charon/daemon.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h
index 8da5eb5eb..1b5048282 100644
--- a/Source/charon/daemon.h
+++ b/Source/charon/daemon.h
@@ -52,11 +52,21 @@
/**
* Port on which the daemon will
- * listen for incoming traffic
+ * listen for incoming traffic.
*/
#define IKEV2_UDP_PORT 4500
/**
+ * First retransmit timeout in milliseconds.
+ */
+#define RETRANSMIT_TIMEOUT 3000
+
+/**
+ * Max retransmit count. 0 for infinite.
+ */
+#define MAX_RETRANSMIT_COUNT 0
+
+/**
* Default loglevel to use. This is the
* maximum allowed level for ever context, the definiton
* of the context may be less verbose.