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