private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
544 stars 161 forks source link

Improve the quality reporting API #1679

Closed huitema closed 5 months ago

huitema commented 5 months ago

Adding additional data in the quality reporting output: number of spurious losses, number of losses detected by timer, maximum value of spurious rtt, reorder delay, reorder gap. Also, make sure that the loss counter is never decremented, even if losses are later detected as spurious.