Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

v0.2.4

Compare
Choose a tag to compare
@raulk raulk released this 15 May 13:33
· 189 commits to master since this release
34b2b47

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 and InterceptUpgraded.
  • when dialling, we call InterceptPeerDial and InterceptAddrDial.