]> git.kaiwu.me - nginx.git/commit
QUIC: changed ctx->largest_ack initial value to type maximum.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 18 Aug 2020 20:33:40 +0000 (23:33 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 18 Aug 2020 20:33:40 +0000 (23:33 +0300)
commit160242dd2e8544f21056056ce1b36b209bfaea63
treef3eaf7c220a8dab4ef9bed53498876f221cc55d9
parent9a0fb643bfcea20f8a3ede222f9a1d8ec234a2cd
QUIC: changed ctx->largest_ack initial value to type maximum.

In particular, this prevents declaring packet number 0 as lost if
there aren't yet any acknowledgements in this packet number space.
For example, only Initial packets were acknowledged in handshake.
src/event/ngx_event_quic.c