enum SocketAddrV4 with Eq
case SocketAddrV4(Ipv4Addr, Int32)
Represents an Ipv4 Socket Address.
instance Eq[SocketAddrV4]