RTCPPacket.xrGetSummaryTtl

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

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

Parameters

isIpv4the flag to indicate that the return values are ipv4 ttl or ipv6 hop limits.
minTtlthe minimum TTL or Hop Limit value of data packets between two sequences.
maxTtlthe maximum TTL or Hop Limit value of data packets between two sequences.
meanTtlthe mean TTL or Hop Limit value of data packets between two sequences.
devTtlthe standard deviation of the TTL or Hop Limit value of data packets between two sequences.

Returns

true if the report block is correctly parsed.