pub type OtherAddress = MappedAddress;Expand description
OtherAddress represents OTHER-ADDRESS attribute.
RFC 5780 Section 7.4
Aliased Type§
pub struct OtherAddress {
pub ip: IpAddr,
pub port: u16,
}Fields§
§ip: IpAddrThe IP address.
port: u16The port.