diff options
author | Martin Willi <martin@revosec.ch> | 2012-01-09 16:32:41 +0000 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:34 +0100 |
commit | 5ce59d4c06e000079779fc66cdf9d14995247f3d (patch) | |
tree | a9100336978342f7a91848de7350d492ab70e60b /src/libcharon/plugins/maemo/maemo_service.c | |
parent | a347c1ac437803c23aa8858089d99f4f604fcebc (diff) | |
download | strongswan-5ce59d4c06e000079779fc66cdf9d14995247f3d.tar.bz2 strongswan-5ce59d4c06e000079779fc66cdf9d14995247f3d.tar.xz |
Added an aggressive mode peer_cfg option
Diffstat (limited to 'src/libcharon/plugins/maemo/maemo_service.c')
-rw-r--r-- | src/libcharon/plugins/maemo/maemo_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/maemo/maemo_service.c b/src/libcharon/plugins/maemo/maemo_service.c index 69eac084c..67d2b2984 100644 --- a/src/libcharon/plugins/maemo/maemo_service.c +++ b/src/libcharon/plugins/maemo/maemo_service.c @@ -332,7 +332,7 @@ static gboolean initiate_connection(private_maemo_service_t *this, UNIQUE_REPLACE, 1, /* keyingtries */ 36000, 0, /* rekey 10h, reauth none */ 600, 600, /* jitter, over 10min */ - TRUE, 0, /* mobike, DPD */ + TRUE, FALSE, 0, /* mobike, aggressive, DPD */ host_create_from_string("0.0.0.0", 0) /* virt */, NULL, FALSE, NULL, NULL); /* pool, mediation */ |