std
::
net
::
unix
Structs
NameLookup
Socket
TcpStream
TcpListener
UdpSocket
Enums
Shutdown
Consts
MSG_NOSIGNAL
Module
std
::
net
::
unix
Structs
NameLookup
Domain name resolution iterator
Socket
A network or local socket
TcpStream
A TCP connection
TcpListener
A TCP listener which can accept new connections.
UdpSocket
A UDP socket
Enums
Shutdown
Which end(s) of the socket to shutdown
Consts
#[cfg]
const
MSG_NOSIGNAL
: c_int =
/* ... */
source