[][src]Module libp2prs_core::transport::protector

The pnet protocol implements Pre-shared Key Based Private Networks in libp2p, as specified in the spec

Libp2p nodes configured with a pre-shared key can only communicate with other nodes with the same key.

Structs

ProtectorListener
ProtectorTransport

ProtecotrTransport wraps an inner transport, adds the pnet support onto of it.