InternetProtocolStats
interface 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
tcpV4Stats
The TCP statistics for IPv4 protocol, including information about connections, retransmissions, etc.
Link copied to clipboard
tcpV6Stats
The TCP statistics for IPv6 protocol, including information about connections, retransmissions, etc.
Link copied to clipboard
udpV4Stats
The UDP statistics for IPv4 protocol, including information about datagrams sent and received, etc.
Link copied to clipboard
udpV6Stats
The UDP statistics for IPv6 protocol, including information about datagrams sent and received, etc.