Re: [Openvpn-devel] [PATCH 09/21] Rework occ link-mtu calculation

2021-12-16 Thread Frank Lichtenheld
> Arne Schwabe hat am 07.12.2021 18:01 geschrieben: > > > Use the functions that directly compute the link mtu instead relying on the > frame logic. Is the assumption that the old and new version of the calc_options_string_link_mtu functions should return the same values for the same confi

Re: [Openvpn-devel] [PATCH v2 07/21] Add helper functions to calculate header/payload sizes

2021-12-16 Thread Frank Lichtenheld
> Arne Schwabe hat am 14.12.2021 16:09 geschrieben: > > > These functions are intended to lay the groundwork to later replace > the distributed frame calculations and centralise the calculation in > one place. > > Patch v2: clarify that the socks comments is assuming IPv4 You addressed by

Re: [Openvpn-devel] [PATCH v2 08/21] Decouple MSS fix calculation from frame calculation

2021-12-16 Thread Frank Lichtenheld
Acked-By: Frank Lichtenheld I'm pretty sure that this patch is correct if 07/21 is correct. > Frank Lichtenheld hat am 15.12.2021 10:58 geschrieben: > > > > Arne Schwabe hat am 14.12.2021 23:38 geschrieben: > > Am 14.12.21 um 18:10 schrieb Frank Lichtenheld: > > > > > > > > >> Arne Schwab