You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There may be cases were one may would want to reject that connect with or without a specific protocol. This may be to whitelist specific protocols from connecting (eg maybe to disconnect peers with additional or abnormal protocols), or maybe to disconnect peers that dont supply Identify behaviour, etc.
Due to rust-libp2p not supporting providing the information directly, we would have to rely on Identify and the Info that is injected into PeerBook to cross check protocols.
The text was updated successfully, but these errors were encountered:
There may be cases were one may would want to reject that connect with or without a specific protocol. This may be to whitelist specific protocols from connecting (eg maybe to disconnect peers with additional or abnormal protocols), or maybe to disconnect peers that dont supply Identify behaviour, etc.
Due to rust-libp2p not supporting providing the information directly, we would have to rely on
Identify
and theInfo
that is injected intoPeerBook
to cross check protocols.The text was updated successfully, but these errors were encountered: