-
Notifications
You must be signed in to change notification settings - Fork 85
Protocol
vinkabuki edited this page Aug 22, 2022
·
1 revision
Ipfs over Libp2p over Websockets over Tor
There is no official implementation for libp2p to use tor. It seems to work well, but we need to find optimal configuration. Below you can find issues we ran into and solutions to them. This should give you some level of understanding what kind of issues you can expect.
It turned out that limiting parallel dials in libp2p connectionManager (do not confuse with connectionsManager) solved the issue. Tor doesn't handle establishing/receiving many connections at the same time.