diff options
author | Roman Arutyunyan <arut@nginx.com> | 2021-02-04 20:39:47 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2021-02-04 20:39:47 +0300 |
commit | dbd812efd2bf08067651f73fc820c2bdce767382 (patch) | |
tree | afbe6b3898559c7e4eab1ac77c9dc774caf9be21 /src/http/ngx_http_request.c | |
parent | 56a11126e8ce2bc643806a2e1263a512a595fde0 (diff) | |
download | nginx-dbd812efd2bf08067651f73fc820c2bdce767382.tar.gz nginx-dbd812efd2bf08067651f73fc820c2bdce767382.zip |
QUIC: disabled non-immediate ACKs for Initial and Handshake.
As per quic-transport-33:
An endpoint MUST acknowledge all ack-eliciting Initial and Handshake
packets immediately
If a packet carrying Initial or Handshake ACK was lost, a non-immediate ACK
should not be sent later. Instead, client is expected to send a new packet
to acknowledge.
Sending non-immediate ACKs for Initial packets can cause the client to
generate an inflated RTT sample.
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions