UdpStats

interface UdpStats

UdpStats Represents the statistics for the UDP protocol, including the number of datagrams sent and received, as well as any errors or datagrams with no port.

Author

N7ghtm4r3

See also

Inheritors

UdpStatsImpl

Properties

Link copied to clipboard
abstract val datagramsNoPort: Long

datagramsNoPort The total number of UDP datagrams that did not have a corresponding port to route to.

Link copied to clipboard
abstract val datagramsReceived: Long

datagramsReceived The total number of UDP datagrams received.

Link copied to clipboard

datagramsReceivedErrors The total number of UDP datagrams that were received with errors (e.g., checksum errors).

Link copied to clipboard
abstract val datagramsSent: Long

datagramsSent The total number of UDP datagrams sent.