pub type AlternateServer = MappedAddress;
pub struct AlternateServer { pub ip: IpAddr, pub port: u16, }
ip: IpAddr
port: u16