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
isIpv4 | the flag to indicate that the return values are ipv4 ttl or ipv6 hop limits. |
minTtl | the minimum TTL or Hop Limit value of data packets between two sequences. |
maxTtl | the maximum TTL or Hop Limit value of data packets between two sequences. |
meanTtl | the mean TTL or Hop Limit value of data packets between two sequences. |
devTtl | the standard deviation of the TTL or Hop Limit value of data packets between two sequences. |
Returns
true if the report block is correctly parsed.