Constant IPV6_LOCALHOST
pub const IPV6_LOCALHOST: IpAddr;Expand description
An IPv6 address representing localhost: ::1.
This corresponds to constant IN6ADDR_LOOPBACK_INIT or in6addr_loopback in other
languages.
pub const IPV6_LOCALHOST: IpAddr;An IPv6 address representing localhost: ::1.
This corresponds to constant IN6ADDR_LOOPBACK_INIT or in6addr_loopback in other
languages.