]> git.kaiwu.me - nginx.git/commit
QUIC: allowed old DCID for initial packets until first ACK.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 9 Sep 2020 13:35:29 +0000 (16:35 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 9 Sep 2020 13:35:29 +0000 (16:35 +0300)
commit2e24e3811bafe5949ebe4d286f67c534c009c08a
treebdc90dd9a93720c9c05c10cc75f812e4b5eb936e
parentf3bed9cd67ee6333b7d0db121f96451c0bcf4686
QUIC: allowed old DCID for initial packets until first ACK.

If a packet sent in response to an initial client packet was lost, then
successive client initial packets were dropped by nginx with the unexpected
dcid message logged.  This was because the new DCID generated by the server was
not available to the client.
src/event/ngx_event_quic.c