]> git.kaiwu.me - nginx.git/commit
QUIC: improved packet and frames debug tracing.
authorVladimir Khomutov <vl@wbsrv.ru>
Thu, 26 Oct 2023 20:35:09 +0000 (23:35 +0300)
committerVladimir Khomutov <vl@wbsrv.ru>
Thu, 26 Oct 2023 20:35:09 +0000 (23:35 +0300)
commita13ed7f5ed5bebdc0b9217ffafb75ab69f835a84
tree3d0c1414a855db5a0755f153026452ceffde743c
parent1f1bc17ba81eb7eaf0fbadb6bd5fd711f5194d11
QUIC: improved packet and frames debug tracing.

Currently, packets generated by ngx_quic_frame_sendto() and
ngx_quic_send_early_cc() are not logged, thus making it hard
to read logs due to gaps appearing in packet numbers sequence.

At frames level, it is handy to see immediately packet number
in which they arrived or being sent.
src/event/quic/ngx_event_quic_frames.c
src/event/quic/ngx_event_quic_output.c
src/event/quic/ngx_event_quic_transport.c