]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commit
QUIC: do not increase underutilized congestion window.
authorRoman Arutyunyan <arut@nginx.com>
Sat, 4 Jan 2025 14:03:46 +0000 (18:03 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Tue, 15 Apr 2025 15:01:36 +0000 (19:01 +0400)
commitcd5e4fa1446dff86fafc3b6ffcc11afd527a024f
tree733ebd3485a88a96eacb5f500f10c6b63e0ca1e2
parent04c65ccd9a094c00f33bac3a7e0d43cc692409c8
QUIC: do not increase underutilized congestion window.

As per RFC 9002, Section 7.8, congestion window should not be increased
when it's underutilized.
src/event/quic/ngx_event_quic_ack.c
src/event/quic/ngx_event_quic_ack.h
src/event/quic/ngx_event_quic_connection.h
src/event/quic/ngx_event_quic_output.c