You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose defining and implementing a way of doing onion routing through libp2p. This is explicitly not about integrating onion routing based transports like Tor or I2P into libp2p but rather about a onion router in libp2p that can be used as well as a behaviour and a transport.
Since there are many different opinions on how to do onion routing right I would suggest only defining the onion routing itself, i.e. the key agreement as well as traffic forwarding. Other aspects like how the route is built, the list of available entry, exit and middle nodes is retrieved should be left to the user of libp2p as it's sometimes highly specific to the use case.
Furthermore there should be a way of letting behaviors know that they should use the onion router for something.
I would like to propose defining and implementing a way of doing onion routing through libp2p. This is explicitly not about integrating onion routing based transports like Tor or I2P into libp2p but rather about a onion router in libp2p that can be used as well as a behaviour and a transport.
I'm not sure I understand this correctly. Can you please elaborate on the difference between through and over?
I'm not sure I understand this correctly. Can you please elaborate on the difference between through and over?
Through means utilizing libp2p itself to do onion routing with other libp2p nodes. I.e. using libp2p transports, behaviors etc to build an onion router.
In other words: Using libp2p to build an onion router and integrating it into libp2p. I hope that clarifies.
This might be a duplicate of #200.
Proposal
I would like to propose defining and implementing a way of doing onion routing through libp2p. This is explicitly not about integrating onion routing based transports like Tor or I2P into libp2p but rather about a onion router in libp2p that can be used as well as a behaviour and a transport.
Since there are many different opinions on how to do onion routing right I would suggest only defining the onion routing itself, i.e. the key agreement as well as traffic forwarding. Other aspects like how the route is built, the list of available entry, exit and middle nodes is retrieved should be left to the user of libp2p as it's sometimes highly specific to the use case.
Furthermore there should be a way of letting behaviors know that they should use the onion router for something.
Related issues / PRs
Transport
rust-libp2p#2899The text was updated successfully, but these errors were encountered: