]> git.kaiwu.me - nginx.git/commit
QUIC: handling packets with send time equal to lost send time.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 19 Aug 2020 10:24:30 +0000 (13:24 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 19 Aug 2020 10:24:30 +0000 (13:24 +0300)
commit3bf7b02e6eccb6e51161693d887fccac18afaf38
tree63afd2a2ccc5ea22b49ca7253f93b94cf65e911d
parentfa82dccd2aab6dcb090b992e199448c850972dff
QUIC: handling packets with send time equal to lost send time.

Previously, such packets weren't handled as the resulting zero remaining time
prevented setting the loss detection timer, which, instead, could be disarmed.
For implementation details, see quic-recovery draft 29, appendix A.10.
src/event/ngx_event_quic.c