pod
inet
IP networking
classes
| IpAddr | IpAddr models both IPv4 and IPv6 numeric addresses as well as provide DNS hostname resolution. | 
|---|---|
| IpInterface | Network interface which models name and IP addresses assigned | 
| MulticastSocket | MulticastSocket extends UdpSocket to provide multicast capabilities. | 
| SocketConfig | Configuration options for TCP and UDP sockets. | 
| SocketOptions | SocketOptions groups together all the socket options used to tune a TcpSocket, TcpListener, or UdpSocket. | 
| TcpListener | TcpListener is a server socket that listens to a local well known port for incoming TcpSockets. | 
| TcpSocket | TcpSocket manages a TCP/IP endpoint. | 
| UdpPacket | UdpPacket encapsulates an IpAddr, port, and payload of bytes to send or receive from a UdpSocket. | 
| UdpSocket | UdpSocket manages a UDP/IP datagram endpoint. | 
errs
| UnknownHostErr | UnknownHostErr indicates a failure to resolve a hostname to an IP address. | 
|---|