]> git.kaiwu.me - nginx.git/commit
Implemented improved version of quic_output().
authorVladimir Homutov <vl@nginx.com>
Wed, 4 Mar 2020 12:52:12 +0000 (15:52 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 4 Mar 2020 12:52:12 +0000 (15:52 +0300)
commit309cdf496d686be504b1c684e480eb8edf5a0f43
tree5300a904064b19f1ad4213cef17663b447846934
parent3c1707212273182c60560d980cb2b3f95f702d74
Implemented improved version of quic_output().

Now handshake generates frames, and they are queued in c->quic->frames.
The ngx_quic_output() is called from ngx_quic_flush_flight() or manually,
processes the queue and encrypts all frames according to required encryption
level.
src/event/ngx_event_quic.c