Constant NETWORK_TYPE
pub const NETWORK_TYPE: &'static str;
Expand description
OSI network layer or non-OSI equivalent.
§Notes
The value SHOULD be normalized to lowercase.
§Examples
"ipv4"
"ipv6"
pub const NETWORK_TYPE: &'static str;
OSI network layer or non-OSI equivalent.
The value SHOULD be normalized to lowercase.
"ipv4"
"ipv6"