pub type ResponseOrigin = MappedAddress;Expand description
ResponseOrigin represents RESPONSE-ORIGIN attribute.
RFC 5780 Section 7.3
Aliased Type§
pub struct ResponseOrigin {
pub ip: IpAddr,
pub port: u16,
}Fields§
§ip: IpAddrThe IP address.
port: u16The port.