diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-01-12 11:48:32 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-12 11:54:58 +0100 |
commit | ee6902ef7f69386cc73303e530736d2ba9423051 (patch) | |
tree | ee99a761cadc44ee3cb38ec756e4b1dbe73896e5 /man/strongswan.conf.5.in | |
parent | 7ae245f6851f8020da51963d63b6599d118d6134 (diff) | |
download | strongswan-ee6902ef7f69386cc73303e530736d2ba9423051.tar.bz2 strongswan-ee6902ef7f69386cc73303e530736d2ba9423051.tar.xz |
Added an option to configure the maximum size of a fragment
Diffstat (limited to 'man/strongswan.conf.5.in')
-rw-r--r-- | man/strongswan.conf.5.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 8000951ab..3f4e6389e 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -164,6 +164,10 @@ are released to free memory once an IKE_SA is established. Enabling this might conflict with plugins that later need access to e.g. the used certificates. .TP +.BR charon.fragment_size " [512]" +Maximum size (in bytes) of a sent fragment when using the proprietary IKEv1 +fragmentation extension. +.TP .BR charon.half_open_timeout " [30]" Timeout in seconds for connecting IKE_SAs (also see IKE_SA_INIT DROPPING). .TP |