Expand description
This module defines the peer discovery mechanism for the network.
It combines mDNS for local peer discovery and Kademlia for decentralized peer discovery in the wider network.
Structs§
- Discovery
Behaviour - The
libp2pnetwork behaviour for peer discovery.
Enums§
- Discovery
Behaviour Event NetworkBehaviour::ToSwarmproduced by DiscoveryBehaviour.