]> git.kaiwu.me - nginx.git/commit
QUIC: discard incorrect packets instead of closing the connection.
authorVladimir Homutov <vl@nginx.com>
Tue, 1 Sep 2020 14:20:42 +0000 (17:20 +0300)
committerVladimir Homutov <vl@nginx.com>
Tue, 1 Sep 2020 14:20:42 +0000 (17:20 +0300)
commitd73a289c432b280913cfff4abffc5d40aa34318f
tree6e973ac9b92f65b23b48232e1a626ae5c781681d
parent208735967547b989c243b70370061ba422c229d7
QUIC: discard incorrect packets instead of closing the connection.

quic-transport

5.2:
    Packets that are matched to an existing connection are discarded if
    the packets are inconsistent with the state of that connection.

5.2.2:
   Servers MUST drop incoming packets under all other circumstances.
src/event/ngx_event_quic.c
src/event/ngx_event_quic_transport.c