diff options
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 12 |
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. |