UdpStatsImpl
constructor(datagramsSent: Long, datagramsReceived: Long, datagramsNoPort: Long, datagramsReceivedErrors: Long)
Parameters
datagramsSent
The total number of UDP datagrams sent.
datagramsReceived
The total number of UDP datagrams received.
datagramsNoPort
The total number of UDP datagrams that did not have a corresponding port to route to.
datagramsReceivedErrors
The total number of UDP datagrams that were received with errors (e.g., checksum errors).