isSelfConnect
True iff the remote peer's id equals ourPeerId, which means a self-connect. libtorrent rejects these (pid == m_our_peer_id ⇒ errors::self_connection). Returns false until a handshake has populated remotePeerId.
True iff the remote peer's id equals ourPeerId, which means a self-connect. libtorrent rejects these (pid == m_our_peer_id ⇒ errors::self_connection). Returns false until a handshake has populated remotePeerId.