Structs§
- Socket
Info - Represents general information about a socket, encompassing both protocol-specific details and process associations.
- TcpSocket
Info - Provides detailed information specific to TCP sockets, including endpoint addresses and the connection state.
- UdpSocket
Info - Provides information specific to UDP sockets, which primarily includes the local endpoint data.
Enums§
- Protocol
Socket Info - Defines protocol-specific socket information, distinguishing between TCP and UDP protocols.