Using libp2p, is there a way to write a network behavior that doesn’t hit the entire swarm, but goes directly to a peer and only that peer?
More generally, is there a way within libp2p to communicate exclusively (request/response) to particular peer that you are currently connected to?