]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Push server mtu to client when supported and support occ mtu
authorArne Schwabe <arne@rfc2549.org>
Wed, 9 Nov 2022 15:48:10 +0000 (16:48 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 14 Nov 2022 11:21:17 +0000 (12:21 +0100)
commit761575cb7b49e94f361c6aaf4bb43d7c7baa5b38
tree3c52d1556d2bce38283465a67d22657392471fda
parent01aed6a5df193a09d8d3c28c5a1580241e0a5e05
Push server mtu to client when supported and support occ mtu

To maximise compatibility allow to lie our MTU in the default OCC
message.

Patch v2: improve documentation
Patch v3: split changing default MTU into its own patch
Patch v5: remove leftover mentions to default MTU

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20221109154810.1268403-2-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25499.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/vpn-network-options.rst
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/push.c