Module socket

Source

Structs§

SocketInfo
Represents general information about a socket, encompassing both protocol-specific details and process associations.
TcpSocketInfo
Provides detailed information specific to TCP sockets, including endpoint addresses and the connection state.
UdpSocketInfo
Provides information specific to UDP sockets, which primarily includes the local endpoint data.

Enums§

ProtocolSocketInfo
Defines protocol-specific socket information, distinguishing between TCP and UDP protocols.