Hardcoded transports #3231
Replies: 1 comment
-
Circuit relay is essentially a libp2p stream on top of an existing transport that's treated as a first-class connection, so if you add a The address has to have It sounds like your E.g. given a dial to a remote node that has the following addresses, this list will be passed to the
The tcp transport
...the websocket transport
...and so on. The filtered multiaddr(s) will later be passed to the transport's |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to combine uTP transport and Bittorrent DHT discovery with LibP2P...
I noticed the hardcoded transports here and there.
Should I create an issue, or not embarrass myself?
It doesn't look very cool.
As I understand it, the root of all evil is Circuits, whose transport claims that it can dial anything, but it's not.
Therefore, to get the addresses that I can actually dial, I have to use something like
Beta Was this translation helpful? Give feedback.
All reactions