strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4315f5c
)
adjusted rekey-retry delay and jitter
author
Martin Willi
<martin@strongswan.org>
Wed, 21 Mar 2007 16:12:16 +0000
(16:12 -0000)
committer
Martin Willi
<martin@strongswan.org>
Wed, 21 Mar 2007 16:12:16 +0000
(16:12 -0000)
src/charon/config/configuration.c
patch
|
blob
|
history
diff --git
a/src/charon/config/configuration.c
b/src/charon/config/configuration.c
index
bed0f63
..
488ba9a
100755
(executable)
--- a/
src/charon/config/configuration.c
+++ b/
src/charon/config/configuration.c
@@
-75,12
+75,12
@@
/**
* retry interval in seconds.
*/
/**
* retry interval in seconds.
*/
-#define RETRY_INTERVAL
15
+#define RETRY_INTERVAL
30
/**
* jitter to user for retrying
*/
/**
* jitter to user for retrying
*/
-#define RETRY_JITTER
5
+#define RETRY_JITTER
20
typedef struct private_configuration_t private_configuration_t;
typedef struct private_configuration_t private_configuration_t;