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