Re: [patch] quic PTO counter fixes

2023-10-26 Thread Sergey Kandaurov
On Thu, Oct 26, 2023 at 11:37:27PM +0300, Vladimir Homutov wrote: > # HG changeset patch > # User Vladimir Khomutov > # Date 1698352509 -10800 > # Thu Oct 26 23:35:09 2023 +0300 > # Node ID d62960a9e75f07a1d260cf7aaad965f56a9520c2 > # Parent 25a2efd97a3e21d106ce4547a763b77eb9c732ad > QUIC:

[nginx] QUIC: improved packet and frames debug tracing.

2023-10-26 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/7ec761f0365f branches: changeset: 9184:7ec761f0365f user: Vladimir Khomutov date: Thu Oct 26 23:35:09 2023 +0300 description: QUIC: improved packet and frames debug tracing. Currently, packets generated by ngx_quic_frame_sendto() and ngx_quic_

[nginx] Version bump.

2023-10-26 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/8b1526a7e383 branches: changeset: 9183:8b1526a7e383 user: Sergey Kandaurov date: Fri Oct 27 01:29:28 2023 +0400 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 line

Re: [patch] quic PTO counter fixes

2023-10-26 Thread Vladimir Homutov via nginx-devel
On Fri, Oct 27, 2023 at 12:27:22AM +0400, Sergey Kandaurov wrote: > On Thu, Oct 26, 2023 at 05:20:39PM +0300, Vladimir Homutov wrote: > > On Thu, Oct 26, 2023 at 03:08:55AM +0400, Sergey Kandaurov wrote: > > > On Wed, Oct 11, 2023 at 04:58:47PM +0300, Vladimir Homutov via > > > nginx-devel wrote:

Re: [patch] quic PTO counter fixes

2023-10-26 Thread Sergey Kandaurov
On Thu, Oct 26, 2023 at 05:20:39PM +0300, Vladimir Homutov wrote: > On Thu, Oct 26, 2023 at 03:08:55AM +0400, Sergey Kandaurov wrote: > > On Wed, Oct 11, 2023 at 04:58:47PM +0300, Vladimir Homutov via nginx-devel > > wrote: > [..] > > > > diff --git a/src/event/quic/ngx_event_quic_output.c > > >

Re: [PATCH] Linux packages: documented nginx-module-otel package

2023-10-26 Thread Maxim Dounin
Hello! On Wed, Oct 25, 2023 at 10:52:40AM +0100, Yaroslav Zhuravlev wrote: [...] > As an optional variant to consider, perhaps it might be good > to reflect that it's a third party module authored by nginx devs, e.g: [...] > +Additionally, since version 1.25.3 > +nginx-authored third-party mod

Re: [patch] quic PTO counter fixes

2023-10-26 Thread Vladimir Homutov via nginx-devel
On Thu, Oct 26, 2023 at 03:08:55AM +0400, Sergey Kandaurov wrote: > On Wed, Oct 11, 2023 at 04:58:47PM +0300, Vladimir Homutov via nginx-devel > wrote: [..] > > diff --git a/src/event/quic/ngx_event_quic_output.c > > b/src/event/quic/ngx_event_quic_output.c > > --- a/src/event/quic/ngx_event_qui