OtherAddress

Type Alias OtherAddress 

Source
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: IpAddr§port: u16