connsToPeer abstract method

List<Conn> connsToPeer(
  1. PeerId peerId
)

Returns the connections in this Network for given peer.

Implementation

List<Conn> connsToPeer(PeerId peerId);