InternetProtocolStats

InternetProtocolStats Provides the statistics of the network protocol including TCP and UDP statistics for both IPv4 and IPv6, as well as the list of active IP connections.

Author

N7ghtm4r3

See also

Inheritors

InternetProtocolStatsImpl

Properties

Link copied to clipboard

ipConnections A list of active IP connections, each representing a current network connection with its details.

Link copied to clipboard
abstract val tcpV4Stats: TcpStats

tcpV4Stats The TCP statistics for IPv4 protocol, including information about connections, retransmissions, etc.

Link copied to clipboard
abstract val tcpV6Stats: TcpStats

tcpV6Stats The TCP statistics for IPv6 protocol, including information about connections, retransmissions, etc.

Link copied to clipboard
abstract val udpV4Stats: UdpStats

udpV4Stats The UDP statistics for IPv4 protocol, including information about datagrams sent and received, etc.

Link copied to clipboard
abstract val udpV6Stats: UdpStats

udpV6Stats The UDP statistics for IPv6 protocol, including information about datagrams sent and received, etc.