docs: clarify pnet limitations

This commit is contained in:
Marcin Rataj 2024-06-24 22:19:20 +02:00 committed by GitHub
parent 11bfb3c93b
commit ddfd776a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,6 +118,9 @@ It allows ipfs to only connect to other peers who have a shared secret key.
Stable but not quite ready for prime-time.
> [!WARNING]
> Limited to TCP transport, comes with overhead of double-encryption. See details below.
### In Version
0.4.7
@ -164,7 +167,12 @@ configured, the daemon will fail to start.
- [x] Needs more people to use and report on how well it works
- [ ] More documentation
- [ ] Needs better tooling/UX.
- [ ] Improve / future proof libp2p support (see [libp2p/specs#489](https://github.com/libp2p/specs/issues/489))
- [ ] Currently limited to TCP-only, and double-encrypts all data sent on TCP. This is slow.
- [ ] Does not work with QUIC: [go-libp2p#1432](https://github.com/libp2p/go-libp2p/issues/1432)
- [ ] Needs better tooling/UX
- [ ] Detect lack of peers when swarm key is present and prompt user to set up bootstrappers/peering
- [ ] ipfs-webui will not load unless blocks are present in private swarm. Detect it and prompt user to import CAR with webui.
## ipfs p2p