aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/medsrv/medsrv_config.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-01-09 16:32:41 +0000
committerMartin Willi <martin@revosec.ch>2012-03-20 17:31:34 +0100
commit5ce59d4c06e000079779fc66cdf9d14995247f3d (patch)
treea9100336978342f7a91848de7350d492ab70e60b /src/libcharon/plugins/medsrv/medsrv_config.c
parenta347c1ac437803c23aa8858089d99f4f604fcebc (diff)
downloadstrongswan-5ce59d4c06e000079779fc66cdf9d14995247f3d.tar.bz2
strongswan-5ce59d4c06e000079779fc66cdf9d14995247f3d.tar.xz
Added an aggressive mode peer_cfg option
Diffstat (limited to 'src/libcharon/plugins/medsrv/medsrv_config.c')
-rw-r--r--src/libcharon/plugins/medsrv/medsrv_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/medsrv/medsrv_config.c b/src/libcharon/plugins/medsrv/medsrv_config.c
index fc3963a3d..366558ac2 100644
--- a/src/libcharon/plugins/medsrv/medsrv_config.c
+++ b/src/libcharon/plugins/medsrv/medsrv_config.c
@@ -92,7 +92,7 @@ METHOD(backend_t, create_peer_cfg_enumerator, enumerator_t*,
CERT_NEVER_SEND, UNIQUE_REPLACE,
1, this->rekey*60, 0, /* keytries, rekey, reauth */
this->rekey*5, this->rekey*3, /* jitter, overtime */
- TRUE, this->dpd, /* mobike, dpddelay */
+ TRUE, FALSE, this->dpd, /* mobike, aggr., dpddelay */
NULL, NULL, /* vip, pool */
TRUE, NULL, NULL); /* mediation, med by, peer id */
e->destroy(e);