Re: [Openvpn-devel] [PATCH 29/28] Add workaround for Softether server dropping P_ACK_V1 with >= 5 acks

2022-08-31 Thread Gert Doering
Hi, On Wed, Aug 31, 2022 at 03:41:40PM +0200, Arne Schwabe wrote: > This behaviour has been fixed on the Softether side with commit 37aa1ba5 [..] > + * in a packet (see commit a14d812dcbc in Softether) */ The code seems to do what the commit says, but seeing two different commit IDs here

[Openvpn-devel] [PATCH 29/28] Add workaround for Softether server dropping P_ACK_V1 with >= 5 acks

2022-08-31 Thread Arne Schwabe
Softether had the number of ACKs in ANY OpenVPN packet limited to 4 and dropped packets with more than 4 ACKs. This leads to Softether dropping P_ACK_V1 packets with more than 4 ACKs as invalid. As the recent change of always acking as many packets as possible, this leads to Softether server not