Skip to main content

AlternateServer

Type Alias AlternateServer 

Source
pub type AlternateServer = MappedAddress;
Expand description

AlternateServer represents ALTERNATE-SERVER attribute.

RFC 5389 Section 15.11

Aliased Type§

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

Fields§

§ip: IpAddr

The IP address.

§port: u16

The port.