This repository has been archived by the owner on May 26, 2022. It is now read-only.
v0.2.4
This release introduces support for connection gating. Refer to the release notes of go-libp2p-core v0.5.4 for more information.
The swarm calls the Connection Gater at these checkpoints:
- when adding an inbound or outbound connection to its internal state, we call
InterceptAddrDial
andInterceptUpgraded
. - when dialling, we call
InterceptPeerDial
andInterceptAddrDial
.