]> git.kaiwu.me - nginx.git/commit
Merged ngx_quic_send_packet() into ngx_quic_send_frames().
authorVladimir Homutov <vl@nginx.com>
Thu, 26 Mar 2020 15:29:38 +0000 (18:29 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 26 Mar 2020 15:29:38 +0000 (18:29 +0300)
commit41a8b8d39258aa66cc5069d7684f2d7fba346143
treef1c564f41c35b3def80da48bd22f100ff9b5de5e
parent7d408f1bba61998ef6e0cb5296a25433c6a2f275
Merged ngx_quic_send_packet() into ngx_quic_send_frames().

This allows to avoid extra allocation and use two static buffers instead.
Adjusted maximum paket size calculation: need to account a tag.
src/event/ngx_event_quic.c