From patchwork Mon Nov 29 16:55:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Openvpn-devel] doc/protocol-options.rst: Correct default for --allow-compression X-Patchwork-Submitter: Richard T Bonhomme X-Patchwork-Id: 2092 Message-Id: <20211129165538.2948077-1-tincantech@protonmail.com> To: openvpn-devel@lists.sourceforge.net Date: Mon, 29 Nov 2021 16:55:38 +0000 From: Richard T Bonhomme List-Id: Signed-off-by: Richard T Bonhomme Acked-by: Gert Doering --- doc/man-sections/protocol-options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man-sections/protocol-options.rst b/doc/man-sections/protocol-options.rst index c7aa6b0e..bde91779 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`