RTCPPacket.xrGetSummaryTtl

Extract the value of ttl for ipv4, or hop limit for ipv6.

class RTCPPacket
bool
xrGetSummaryTtl
(
out bool isIpv4
,
out ubyte minTtl
,
out ubyte maxTtl
,
out ubyte meanTtl
,
out ubyte devTtl
)

Parameters

isIpv4 bool

the flag to indicate that the return values are ipv4 ttl or ipv6 hop limits.

minTtl ubyte

the minimum TTL or Hop Limit value of data packets between two sequences.

maxTtl ubyte

the maximum TTL or Hop Limit value of data packets between two sequences.

meanTtl ubyte

the mean TTL or Hop Limit value of data packets between two sequences.

devTtl ubyte

the standard deviation of the TTL or Hop Limit value of data packets between two sequences.

Return Value

Type: bool

true if the report block is correctly parsed.