Expand description
P2P handling for IPFS nodes.
Modules§
Structs§
- Abstraction of IdentifyInfo but includes PeerId
Enums§
NetworkBehaviour::ToSwarm
produced by Behaviour.- Represents the result of a Kademlia query.
Traits§
Functions§
- Generates a TLS certificate that derives from libp2p
Keypair
with a salt. Note: Ifexpire
is true, it will produce a expired pem that can be appended for webrtc transport Additionally, this function does not generate deterministic certs yet due toCertificateParams::self_signed
using ring rng. This may change in the future