diff options
author | Roman Arutyunyan <arut@nginx.com> | 2021-07-29 12:49:16 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2021-07-29 12:49:16 +0300 |
commit | 7a8fa1182812cd2408f2fe404b3ec6de35b9299c (patch) | |
tree | 8e15ac61c72bbd6eb6862e8dba065024b1f37b18 /src/http/v3/ngx_http_v3_module.c | |
parent | cc3752ce8e7d2ff93df3da054cec2cccbbcfe260 (diff) | |
download | nginx-7a8fa1182812cd2408f2fe404b3ec6de35b9299c.tar.gz nginx-7a8fa1182812cd2408f2fe404b3ec6de35b9299c.zip |
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.
Diffstat (limited to 'src/http/v3/ngx_http_v3_module.c')
0 files changed, 0 insertions, 0 deletions