]> git.kaiwu.me - nginx.git/commit
QUIC: added rtt estimation.
authorVladimir Homutov <vl@nginx.com>
Thu, 16 Jul 2020 12:44:06 +0000 (15:44 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 16 Jul 2020 12:44:06 +0000 (15:44 +0300)
commit32fd0a7b44ae3a151120dd55ea8a989845ada557
tree5fa16dbfa2e9836b5ac2f5e76ca5b8935d69059a
parent2346ee29e1333c20b9a9f9e5ea73940237fbff02
QUIC: added rtt estimation.

According to the quic-recovery 29, Section 5: Estimating the Round-Trip Time.

Currently, integer arithmetics is used, which loses sub-millisecond accuracy.
src/event/ngx_event_quic.c
src/event/ngx_event_quic.h