ErrNotInPrivateNetwork is an error that should be returned by libp2p when it
tries to dial with ForcePrivateNetwork set and no PNet Protector
ForcePrivateNetwork is boolean variable that forces usage of PNet in libp2p
Setting this variable to true or setting LIBP2P_FORCE_PNET environment variable
to true will make libp2p to require private network protector.
If no network protector is provided and this variable is set to true libp2p will
refuse to connect.
Package-Level Constants (only one)
EnvKey defines environment variable name for forcing usage of PNet in libp2p
When environment variable of this name is set to "1" the ForcePrivateNetwork
variable will be set to true.
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.