pub type OtherAddress = MappedAddress;
OtherAddress represents OTHER-ADDRESS attribute.
RFC 5780 Section 7.4
pub struct OtherAddress { pub ip: IpAddr, pub port: u16, }
ip: IpAddr
port: u16