diff options
author | Davide Brini <dave_br@gmx.com> | 2010-04-19 00:23:52 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-10-21 11:37:03 +0200 |
commit | 8517cba1997f5a08f1461ca90d159fcbe6392b5e (patch) | |
tree | a91fc2bbc424e4bad523f4890c4e7f1cb5534b22 | |
parent | Fixed potential NULL pointer issue (diff) | |
download | openvpn-8517cba1997f5a08f1461ca90d159fcbe6392b5e.tar.xz |
The man page does not mention that the default value of "mssfix" is 1450.
Signed-off-by: Davide Brini <dave_br@gmx.com>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
-rw-r--r-- | openvpn.8 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1242,7 +1242,8 @@ their send packet sizes such that after OpenVPN has encapsulated them, the resulting UDP packet size that OpenVPN sends to its peer will not exceed .B max -bytes. +bytes. The default value is +.B 1450. The .B max |