pub type XorRelayedAddress = RelayedAddress;Expand description
XorRelayedAddress implements XOR-RELAYED-ADDRESS attribute.
It specifies the address and port that the server allocated to the
client. It is encoded in the same way as XOR-MAPPED-ADDRESS.
Aliased Type§
pub struct XorRelayedAddress {
pub ip: IpAddr,
pub port: u16,
}Fields§
§ip: IpAddr§port: u16