]> git.kaiwu.me - nginx.git/commit
QUIC: got rid of ngx_quic_create_temp_socket().
authorVladimir Homutov <vl@nginx.com>
Mon, 27 Dec 2021 10:49:56 +0000 (13:49 +0300)
committerVladimir Homutov <vl@nginx.com>
Mon, 27 Dec 2021 10:49:56 +0000 (13:49 +0300)
commitfa21bf0cc7ba2d94f66a061d644163547d79e6a2
tree28624696137192ff0adacaa280f4b26f133aff12
parent05a32b5ec44e8fb54ea1976ec025a6ea650c36f9
QUIC: got rid of ngx_quic_create_temp_socket().

It was mostly copy of the ngx_quic_listen().  Now ngx_quic_listen() no
longer generates server id and increments seqnum.  Instead, the server
id is generated when the socket is created.

The ngx_quic_alloc_socket() function is renamed to ngx_quic_create_socket().
src/event/quic/ngx_event_quic_connid.c
src/event/quic/ngx_event_quic_socket.c
src/event/quic/ngx_event_quic_socket.h