]> git.kaiwu.me - nginx.git/commit
Added reordering support for STREAM frames.
authorVladimir Homutov <vl@nginx.com>
Wed, 15 Apr 2020 08:11:54 +0000 (11:11 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 15 Apr 2020 08:11:54 +0000 (11:11 +0300)
commit9542c975b7786a9f799093963720022ea88c74f1
treecda0a417b6390e8b5bd8ae94595dd712d195ec31
parent081682cd3ce97323f1d7aeb1c0db2044fc245c88
Added reordering support for STREAM frames.

Each stream node now includes incoming frames queue and sent/received counters
for tracking offset. The sent counter is not used, c->sent is used, not like
in crypto buffers, which have no connections.
src/event/ngx_event_quic.c
src/event/ngx_event_quic.h