You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great to measure how frequently our de-dupe buffer is getting used - ideally it should be zero, but this is an important health metric users will want to keep track of - especially because PacketIds live in a short range (ushort.Max) and can get re-used.
The text was updated successfully, but these errors were encountered:
It'd be great to measure how frequently our de-dupe buffer is getting used - ideally it should be zero, but this is an important health metric users will want to keep track of - especially because
PacketId
s live in a short range (ushort.Max
) and can get re-used.The text was updated successfully, but these errors were encountered: