pub type ControlMessage = ControlMessage;
pub struct ControlMessage { pub send_from: Option<IpAddr>, /* private fields */ }
send_from: Option<IpAddr>