Re: [Openvpn-devel] [PATCH v3 2/5] Allow tun-mtu to be pushed

2022-10-11 Thread Heiko Hund
Doesn't apply to master anymore, please rebase. On Sonntag, 26. Juni 2022 01:41:47 CEST Arne Schwabe wrote: > --- a/doc/man-sections/vpn-network-options.rst > +++ b/doc/man-sections/vpn-network-options.rst > @@ -516,6 +516,11 @@ routing. >It's best to use the ``--fragment`` and/or ``--mssfix``

[Openvpn-devel] [PATCH v3 2/5] Allow tun-mtu to be pushed

2022-06-25 Thread Arne Schwabe
This allows tun-mtu to pushed but only up to the size of the preallocated buffers. This is not a perfect solution but should allow most of the use cases where the mtu is close enough to 1500. Signed-off-by: Arne Schwabe --- Changes.rst | 8 doc/man-sections/cli