interceptPeerDial abstract method

bool interceptPeerDial(
  1. PeerId peerId
)

Tests whether we're permitted to Dial the specified peer.

This is called by the network implementation when dialling a peer.

Implementation

bool interceptPeerDial(PeerId peerId);