Structs§
- Filter
ByQuery - Iterator returned by
SocketIteratorExt::filter_by_query. - Socket
Info - Represents general information about a socket, encompassing both protocol-specific details and process associations.
- Socket
Query - Describes criteria that can be used to filter
SocketInfovalues. - 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.
Traits§
- Socket
Iterator Ext - Provides convenient filtering helpers for iterators that yield
SocketInfovalues.