Re: [Openvpn-devel] [PATCH 13/21] Implement optional mtu parameter for mssfix

2021-12-09 Thread Frank Lichtenheld
> Frank Lichtenheld hat am 09.12.2021 14:49 geschrieben: > > Arne Schwabe hat am 07.12.2021 18:02 geschrieben: > > diff --git a/doc/man-sections/link-options.rst > > b/doc/man-sections/link-options.rst > > index b1ae4e75a..f41c0c4f1 100644 > > --- a/doc/man-sections/link-options.rst > > +++ b/do

Re: [Openvpn-devel] [PATCH 13/21] Implement optional mtu parameter for mssfix

2021-12-09 Thread Frank Lichtenheld
> Arne Schwabe hat am 07.12.2021 18:02 geschrieben: > > > The current mssfix parameter is a bit as it needs manual calculation of missing word after "bit"? > the allowable packet size and also the resulting MSS value does not take > into account if IPv4 or IPv6 is used on the outer tunnel.

[Openvpn-devel] [PATCH 13/21] Implement optional mtu parameter for mssfix

2021-12-07 Thread Arne Schwabe
The current mssfix parameter is a bit as it needs manual calculation of the allowable packet size and also the resulting MSS value does not take into account if IPv4 or IPv6 is used on the outer tunnel. The mtu parameter fixes both of these problem by dynamically including the real overhead. The s