pub type ResponseOrigin = MappedAddress;
ResponseOrigin represents RESPONSE-ORIGIN attribute.
RFC 5780 Section 7.3
pub struct ResponseOrigin { pub ip: IpAddr, pub port: u16, }
ip: IpAddr
port: u16