diff options
author | Davide Brini <dave_br@gmx.com> | 2010-04-19 00:23:52 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-04-19 00:23:52 +0200 |
commit | 38025abb47f74363c3ee87ca7265e99a4055459e (patch) | |
tree | ad2a383b155dfb1ee3f780aac9fa1b6f0fb7b1c2 | |
parent | Fixed potential NULL pointer issue (diff) | |
download | openvpn-38025abb47f74363c3ee87ca7265e99a4055459e.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
@@ -1223,7 +1223,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 |