diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2023-05-09 19:42:38 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2023-05-09 19:42:38 +0400 |
commit | f0537cf17cec8a823c5b81c8f07a2508d7366720 (patch) | |
tree | c7c8d16302b3e4023f2ce8bc4ab2797672621942 /src/os/unix/ngx_socket.h | |
parent | 1465a34067b927963b311136bf15a79981cb9d6e (diff) | |
download | nginx-f0537cf17cec8a823c5b81c8f07a2508d7366720.tar.gz nginx-f0537cf17cec8a823c5b81c8f07a2508d7366720.zip |
QUIC: removed check for in-flight packets in computing PTO.
The check is needed for clients in order to unblock a server due to
anti-amplification limits, and it seems to make no sense for servers.
See RFC 9002, A.6 and A.8 for a further explanation.
This makes max_ack_delay to now always account, notably including
PATH_CHALLENGE timers as noted in the last paragraph of 9000, 9.4,
unlike when it was only used when there are packets in flight.
While here, fixed nearby style.
Diffstat (limited to 'src/os/unix/ngx_socket.h')
0 files changed, 0 insertions, 0 deletions