]> git.kaiwu.me - nginx.git/commit
QUIC: do not copy input data.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 11 Mar 2021 12:25:11 +0000 (15:25 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 11 Mar 2021 12:25:11 +0000 (15:25 +0300)
commit496a43485417afe7c9b5191b683f60ed7bcd4101
treed4591e1496f3dbcbe71c6b707ea381d698121213
parent18f9330cd6ce76469d4ffa81040af8d634280fd9
QUIC: do not copy input data.

Previously, when a new datagram arrived, data were copied from the UDP layer
to the QUIC layer via c->recv() interface.  Now UDP buffer is accessed
directly.
src/event/quic/ngx_event_quic.c