pub type SocketAddr = SocketAddr;
pub enum SocketAddr { V4(SocketAddrV4), V6(SocketAddrV6), }
An IPv4 socket address.
An IPv6 socket address.