data class PerfDataStats
PerfDataStats(packetsReceived: Long, bytesReceived: Long, throughput: Long, lastReceivedCounter: Long, nextExpectedCounter: Long, gapCount: Long, passthroughWouldBlockCount: Long) |
val bytesReceived: Long |
|
val gapCount: Long |
|
val lastReceivedCounter: Long |
|
val nextExpectedCounter: Long |
|
val packetsReceived: Long |
|
val passthroughWouldBlockCount: Long |
|
val throughput: Long |
fun toString(): String |