nginx/src
Roman Arutyunyan 7a8fa11828 QUIC: limit in-flight bytes by congestion window.
Previously, in-flight byte counter and congestion window were properly
maintained, but the limit was not properly implemented.

Now a new datagram is sent only if in-flight byte counter is less than window.
The limit is datagram-based, which means that a single datagram may lead to
exceeding the limit, but the next one will not be sent.
2021-07-29 12:49:16 +03:00
..
core Merged with the default branch. 2021-07-15 16:28:21 +03:00
event QUIC: limit in-flight bytes by congestion window. 2021-07-29 12:49:16 +03:00
http HTTP/3: require mandatory uni streams before additional ones. 2021-07-29 10:03:36 +03:00
mail Mail: max_errors directive. 2021-05-19 03:13:31 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Core: fixed errno clobbering in ngx_sendmsg(). 2021-07-20 12:04:58 +03:00
stream QUIC: the "quic_gso" directive. 2021-07-20 12:37:12 +03:00