pub type InboundConnected = InboundInfo;
pub struct InboundConnected { pub addr: Url, pub channel_id: u32, }
addr: Url
channel_id: u32