diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-07-13 11:02:23 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-07-13 11:02:23 +0200 |
commit | be735f014887078c73343ce668c92ab4b8e56e04 (patch) | |
tree | 05bcbdec715fdc573bbd12b9cf543a46b5187364 /man | |
parent | 22e97e4f1f44cc1dcc5966e14be641f620621c75 (diff) | |
download | strongswan-be735f014887078c73343ce668c92ab4b8e56e04.tar.bz2 strongswan-be735f014887078c73343ce668c92ab4b8e56e04.tar.xz |
added PA-TNC max_msg_len option to man page
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 4abd06540..1a4da0016 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -500,9 +500,15 @@ 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]" +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]" +Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497) +.TP .BR charon.plugins.tnc-ifmap.device_name Unique name of strongSwan as a PEP and/or PDP device .TP |