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.
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.