]> git.kaiwu.me - nginx.git/commit
QUIC: switched to integer arithmetic in rtt calculations.
authorVladimir Homutov <vl@nginx.com>
Tue, 19 Oct 2021 11:32:50 +0000 (14:32 +0300)
committerVladimir Homutov <vl@nginx.com>
Tue, 19 Oct 2021 11:32:50 +0000 (14:32 +0300)
commit12bda330d9126f0943ca567b12a716fab2ec7197
tree510aca78a46fee2379c36355cece754be01b64c5
parent0cd45dea762d3fff535dededf1a4490730f6e7f8
QUIC: switched to integer arithmetic in rtt calculations.

RFC 9002 uses constants implying effective implementation,
i.e. using bit shift operations instead of floating point.
src/event/quic/ngx_event_quic_ack.c