diff options
author | Roman Arutyunyan <arut@nginx.com> | 2023-11-29 21:41:29 +0400 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2023-11-29 21:41:29 +0400 |
commit | ccca701dc6f3644b8d6d8d31d7094edaab703d7a (patch) | |
tree | 10d101e0ec28dd779e3d9da18cc0135c782aa7dc /src/os/unix/ngx_process_cycle.c | |
parent | 0c0f3405544404b354780ddbeacf5d54f122bcdc (diff) | |
download | nginx-ccca701dc6f3644b8d6d8d31d7094edaab703d7a.tar.gz nginx-ccca701dc6f3644b8d6d8d31d7094edaab703d7a.zip |
QUIC: congestion control in ngx_quic_frame_sendto().
Previously ngx_quic_frame_sendto() ignored congestion control and did not
contribute to in_flight counter.
Now congestion control window is checked unless ignore_congestion flag is set.
Also, in_flight counter is incremented and the frame is stored in ctx->sent
queue if it's ack-eliciting. This behavior is now similar to
ngx_quic_output_packet().
Diffstat (limited to 'src/os/unix/ngx_process_cycle.c')
0 files changed, 0 insertions, 0 deletions