pub type P2PStatusSenders = BTreeMap<PeerId, Sender<Option<Duration>>>;
pub struct P2PStatusSenders { /* private fields */ }