Re: [Openvpn-devel] [PATCH 1/1] reliable: retransmit if 3 follow-up ACKs are received

2021-04-01 Thread Arne Schwabe
Am 31.03.21 um 20:03 schrieb Max Fillinger: > From: Steffan Karger > > To improve the control channel performance under packet loss conditions, > add a more aggressive retransmit policy similar to what many TCP > implementations do: retransmit a packet if the ACK timeout expires (like > we alread

[Openvpn-devel] [PATCH 1/1] reliable: retransmit if 3 follow-up ACKs are received

2021-03-31 Thread Max Fillinger
From: Steffan Karger To improve the control channel performance under packet loss conditions, add a more aggressive retransmit policy similar to what many TCP implementations do: retransmit a packet if the ACK timeout expires (like we already do), *or* if three ACKs for follow-up packets are rece