From: Richard T Bonhomme Date: Mon, 29 Nov 2021 16:55:38 +0000 (+0000) Subject: doc/protocol-options.rst: Correct default for --allow-compression X-Git-Tag: v2.6_beta1~369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041c23595501f9db47b99443fef6d8863a92ab0d;p=thirdparty%2Fopenvpn.git doc/protocol-options.rst: Correct default for --allow-compression Signed-off-by: Richard T Bonhomme Acked-by: Gert Doering Message-Id: <20211129165538.2948077-1-tincantech@protonmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23268.html Signed-off-by: Gert Doering --- diff --git a/doc/man-sections/protocol-options.rst b/doc/man-sections/protocol-options.rst index f4be6f984..1c6b12000 100644 --- a/doc/man-sections/protocol-options.rst +++ b/doc/man-sections/protocol-options.rst @@ -18,13 +18,13 @@ configured in a compatible way between both the local and remote side. The ``mode`` argument can be one of the following values: - :code:`asym` (default) + :code:`asym` OpenVPN will only *decompress downlink packets* but *not compress uplink packets*. This also allows migrating to disable compression when changing both server and client configurations to remove compression at the same time is not a feasible option. - :code:`no` + :code:`no` (default) OpenVPN will refuse any non-stub compression. :code:`yes`