Module socket

Module socket 

Source

Structs§

FilterByQuery
Iterator returned by SocketIteratorExt::filter_by_query.
SocketInfo
Represents general information about a socket, encompassing both protocol-specific details and process associations.
SocketQuery
Describes criteria that can be used to filter SocketInfo values.
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.

Traits§

SocketIteratorExt
Provides convenient filtering helpers for iterators that yield SocketInfo values.