diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-08-09 14:11:08 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-08-09 14:11:08 +0200 |
commit | da21793679e289df31b21d84c898a1582ab19e78 (patch) | |
tree | 73253d33b39a62d4fd11ea075873284d9c316d1a /man | |
parent | 02cabd0f26d2fc17a3967fab2afe52fb92080457 (diff) | |
download | strongswan-da21793679e289df31b21d84c898a1582ab19e78.tar.bz2 strongswan-da21793679e289df31b21d84c898a1582ab19e78.tar.xz |
make max_message_size parameter consistent with similar options
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 1a4da0016..f08d00497 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -500,13 +500,13 @@ certificates even if they don't contain a CA basic constraint. .BR charon.plugins.stroke.max_concurrent " [4]" Maximum number of stroke messages handled concurrently .TP -.BR charon.plugins.tnccs-11.max_msg_size " [45000]" +.BR charon.plugins.tnccs-11.max_message_size " [45000]" Maximum size of a PA-TNC message (XML & Base64 encoding) .TP .BR charon.plugins.tnccs-20.max_batch_size " [65522]" Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529) .TP -.BR charon.plugins.tnccs-20.max_msg_size " [65490]" +.BR charon.plugins.tnccs-20.max_message_size " [65490]" Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497) .TP .BR charon.plugins.tnc-ifmap.device_name |