diff options
author | Ermal <eri@pfsense.org> | 2014-09-10 18:38:07 +0200 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-09-10 18:38:07 +0200 |
commit | 3b977eff751648d85a34ccfff1612daf813e3e4c (patch) | |
tree | 5f81d84d578f9b30ba222a9f03355a01093212dd /etc | |
parent | 816672f1de2e041449bb9c13656aeab93ecf2207 (diff) | |
download | pfsense-3b977eff751648d85a34ccfff1612daf813e3e4c.zip pfsense-3b977eff751648d85a34ccfff1612daf813e3e4c.tar.gz |
Put some tuning on number of half open connection possible in one time.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/vpn.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 4e04d30..6600f84 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -281,6 +281,7 @@ charon { threads = 16 ikesa_table_size = 32 ikesa_table_segments = 4 + init_limit_half_open = 1000; # XXX: There is not much choice here really users win their security! i_dont_care_about_security_and_use_aggressive_mode_psk=yes |