mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-16 14:21:03 +01:00
A ->time_received new member is added to quic_rx_packet to store the time the packet are received. ->largest_time_received is added the the packet number space structure to store this timestamp for the packet with a new largest packet number to be acknowledged. QUIC_FL_PKTNS_NEW_LARGEST_PN new flag is added to mark a packet number space as having to acknowledged a packet wih a new largest packet number. In this case, the packet number space ack delay must be recalculated. Add quic_compute_ack_delay_us() function to compute the ack delay from the value of the time a packet was received. Used only when a packet with a new largest packet number.