An address type.
enum AddrType { Ipv4, Ipv6, Unix, }
An Ipv4 socket address.
An Ipv6 socket address.
A Unix socket address.
Objects that implement the binary == and != operators.
==
!=