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

2021-04-01 Thread Simon Matter
> Hi, > > On Thu, Apr 01, 2021 at 08:20:48AM +0200, Simon Matter wrote: >> > Yes. But it only affects the control channel. For data channel we >> never >> > do retransmits. >> >> OK, but it still could help in case of things like VoIP UDP over OpenVPN >> UDP with lots of small packets going over

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

2021-04-01 Thread Gert Doering
Hi, On Thu, Apr 01, 2021 at 08:20:48AM +0200, Simon Matter wrote: > > Yes. But it only affects the control channel. For data channel we never > > do retransmits. > > OK, but it still could help in case of things like VoIP UDP over OpenVPN > UDP with lots of small packets going over the link with

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

2021-04-01 Thread Simon Matter
> > Am 31.03.2021 um 21:39 schrieb Simon Matter: >>> This is my second attempt at sending this patch, this time without >>> mixing up commit message and cover letter, and from an account that >>> (I hope) doesn't hate mailing lists. >>> >>> This patch changes reliable_send() to resend a packet if

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

2021-03-31 Thread Arne Schwabe
Am 31.03.2021 um 21:39 schrieb Simon Matter: This is my second attempt at sending this patch, this time without mixing up commit message and cover letter, and from an account that (I hope) doesn't hate mailing lists. This patch changes reliable_send() to resend a packet if at least three

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

2021-03-31 Thread Simon Matter
> This is my second attempt at sending this patch, this time without > mixing up commit message and cover letter, and from an account that > (I hope) doesn't hate mailing lists. > > This patch changes reliable_send() to resend a packet if at least three > later packets have been ACKed. This

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

2021-03-31 Thread Gert Doering
Hi, On Wed, Mar 31, 2021 at 08:03:22PM +0200, Max Fillinger wrote: > This is my second attempt at sending this patch, this time without > mixing up commit message and cover letter, and from an account that > (I hope) doesn't hate mailing lists. It works :-) (I would have managed to merge the

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

2021-03-31 Thread Max Fillinger
This is my second attempt at sending this patch, this time without mixing up commit message and cover letter, and from an account that (I hope) doesn't hate mailing lists. This patch changes reliable_send() to resend a packet if at least three later packets have been ACKed. This improves