Replies: 1 comment 1 reply
-
Hi, For each connection:
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 printed in the logs). I hope it helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to get
QUIC_STATISTICS_V2
from connection.But I'm confused with statistics result.
SendTotalPackets
is much large than what I saw inWireShark
. Is that not the same meaning?SendSuspectedLostPackets
is smaller thanSendSpuriousLostPackets
, but source code commentActual lost is (SuspectedLostPackets - SpuriousLostPackets)
https://github.com/microsoft/msquic/blob/af6bb2b51a1ad7ece794fc66ff5d5176f4a908df/src/inc/msquic.h#L613C48-L613C107
Is send lose rate could be
SendSpuriousLostPackets
/SendTotalPackets
?Beta Was this translation helpful? Give feedback.
All reactions