]> git.kaiwu.me - nginx.git/commit
QUIC: added support for multiple connection IDs.
authorVladimir Homutov <vl@nginx.com>
Thu, 3 Sep 2020 10:11:27 +0000 (13:11 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 3 Sep 2020 10:11:27 +0000 (13:11 +0300)
commitd6065b2791ad41b6d0b1730ee085dcc8a4dde736
tree38af3330c3e88e0388ab073497773ea616650fee
parentc36c54f5001599a65add4f41461d7d8bc0b8394a
QUIC: added support for multiple connection IDs.

The peer may issue additional connection IDs up to the limit defined by
transport parameter "active_connection_id_limit", using NEW_CONNECTION_ID
frames, and retire such IDs using RETIRE_CONNECTION_ID frame.
src/event/ngx_event_quic.c
src/event/ngx_event_quic_transport.c
src/event/ngx_event_quic_transport.h