stun::addr

Type Alias AlternateServer

Source
pub type AlternateServer = MappedAddress;
Expand description

AlternateServer represents ALTERNATE-SERVER attribute.

RFC 5389 Section 15.11

Aliased Type§

struct AlternateServer {
    pub ip: IpAddr,
    pub port: u16,
}

Fields§

§ip: IpAddr§port: u16