Constant IPV4_UNSPECIFIED
pub const IPV4_UNSPECIFIED: IpAddr;Expand description
An IPv4 address representing an unspecified address: 0.0.0.0
This corresponds to the constant INADDR_ANY in other languages.
pub const IPV4_UNSPECIFIED: IpAddr;An IPv4 address representing an unspecified address: 0.0.0.0
This corresponds to the constant INADDR_ANY in other languages.