PathStatsRecord

data class PathStatsRecord(var rttMs: ULong, var udpTxDatagrams: ULong, var udpTxBytes: ULong, var udpRxDatagrams: ULong, var udpRxBytes: ULong, var cwnd: ULong, var congestionEvents: ULong, var lostPackets: ULong, var lostBytes: ULong, var currentMtu: UInt)

Flattened headline numbers from noq::PathStats.

Constructors

Link copied to clipboard
constructor(rttMs: ULong, udpTxDatagrams: ULong, udpTxBytes: ULong, udpRxDatagrams: ULong, udpRxBytes: ULong, cwnd: ULong, congestionEvents: ULong, lostPackets: ULong, lostBytes: ULong, currentMtu: UInt)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Congestion events on this path.

Link copied to clipboard

Largest UDP payload this path currently supports.

Link copied to clipboard
var cwnd: ULong

Current congestion window.

Link copied to clipboard

Bytes considered lost on this path.

Link copied to clipboard

Packets considered lost on this path.

Link copied to clipboard

RTT estimate (ms).

Link copied to clipboard

UDP bytes received on this path.

Link copied to clipboard

UDP datagrams received on this path.

Link copied to clipboard

UDP bytes sent on this path.

Link copied to clipboard

UDP datagrams sent on this path.