Function process_peer_up_notification

Source
pub async fn process_peer_up_notification(
    state: Option<AsyncState>,
    tx: Sender<String>,
    router_addr: IpAddr,
    router_port: u16,
    peer: Peer,
)