Checks if a peer can make a connection.
bool canConnect(PeerId src, PeerId dst) { return _connections < maxConnections; }