Function peer_to_peer

Source
pub async fn peer_to_peer(
    req: Request<Incoming>,
    self_id52: &str,
    remote_node_id52: &str,
    peer_connections: PeerConnections,
    _patch: RequestPatch,
    id_map: IDMap,
) -> ProxyResult