xr_get_summary_pkt
Description:
[ Version ( since = "1.16" ) ]
public bool xr_get_summary_pkt (out uint32 lost_packets, out uint32 dup_packets)
public bool xr_get_summary_pkt (out uint32 lost_packets, out uint32 dup_packets)
Get the number of lost or duplicate packets.
If the flag in a block header is set as zero, lost_packets
or dup_packets
will be zero.
Parameters:
this |
a valid XR Packet which has Statics Summary Report Block. |
lost_packets |
the number of lost packets between begin_seq and end_seq. |
dup_packets |
the number of duplicate packets between begin_seq and end_seq. |
Returns:
|