std::net¶
Status: shipped
TCP/UDP networking primitives.
Public items¶
| Name | Kind | Description |
|---|---|---|
TcpListener |
type | Accepts incoming TCP connections. |
TcpStream |
type | Bidirectional TCP byte stream. |
UdpSocket |
type | Bound UDP socket for datagram I/O. |
resolve |
fn | Resolves a hostname to a list of IP addresses. |