From 0df63d6be4e383c6adb265e3ff05fda769b8f11f Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Fri, 2 Dec 2005 14:07:36 +0000 Subject: - retransmitting of requests implemented --- Source/charon/daemon.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Source/charon/daemon.h') 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,10 +52,20 @@ /** * 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 -- cgit v1.2.3