Re: [PATCH 2 of 4] QUIC: always add ACK frame to the queue head

2023-08-10 Thread Sergey Kandaurov
> On 10 Aug 2023, at 20:26, Vladimir Homutov via nginx-devel > wrote: > > On Thu, Aug 10, 2023 at 08:02:06PM +0400, Sergey Kandaurov wrote: >> >>> On 27 Jul 2023, at 16:42, Roman Arutyunyan wrote: >>> >>> # HG changeset patch >>> # User Roman Arutyunyan >>> # Date 1690461509 -14400 >>> #

Re: [PATCH 2 of 4] QUIC: always add ACK frame to the queue head

2023-08-10 Thread Vladimir Homutov via nginx-devel
On Thu, Aug 10, 2023 at 08:02:06PM +0400, Sergey Kandaurov wrote: > > > On 27 Jul 2023, at 16:42, Roman Arutyunyan wrote: > > > > # HG changeset patch > > # User Roman Arutyunyan > > # Date 1690461509 -14400 > > # Thu Jul 27 16:38:29 2023 +0400 > > # Node ID 0d12ada84c168c62e9bae847af2725641

Re: [PATCH 2 of 4] QUIC: always add ACK frame to the queue head

2023-08-10 Thread Sergey Kandaurov
> On 27 Jul 2023, at 16:42, Roman Arutyunyan wrote: > > # HG changeset patch > # User Roman Arutyunyan > # Date 1690461509 -14400 > # Thu Jul 27 16:38:29 2023 +0400 > # Node ID 0d12ada84c168c62e9bae847af2725641da583d0 > # Parent 2fd16fc76920ef0b8ea2fa64858934e38c4477c5 > QUIC: always add

[PATCH 2 of 4] QUIC: always add ACK frame to the queue head

2023-07-27 Thread Roman Arutyunyan
# HG changeset patch # User Roman Arutyunyan # Date 1690461509 -14400 # Thu Jul 27 16:38:29 2023 +0400 # Node ID 0d12ada84c168c62e9bae847af2725641da583d0 # Parent 2fd16fc76920ef0b8ea2fa64858934e38c4477c5 QUIC: always add ACK frame to the queue head. Previously it was added to the tail as al