Skip to content
Discussion options

You must be logged in to vote

Hi,

For each connection:
SendSpuriousLostPackets represents the number of packets that have been considered lost, but were eventually acknowledged (so not lost for real, although we might have already retransmitted their content).
SendSuspectedLostPackets represents the number of packets that have been considered lost.
SendTotalPackets is the number of QUIC packets sent (in some situations, multiple packets can share a single UDP datagram).

SendSuspectedLostPackets is smaller than SendSpuriousLostPackets

This is curious and should normally not be the case. Looking for logs like "Spurious loss detected" and "Lost:" could help you understand why you see it (the packet number will be print…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Kation
Comment options

@guhetier
Comment options

Answer selected by Kation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants