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
Currently, Allium requires users to manually supply a stream of peers to be used as intermediate tunnel hops. Ideally, the library could discover and choose those peers by itself. Peers should exchange information about the network (topology) over a Gossip-like protocol. There are several existing Rust implementations of Gossip, which could serve as an inspiration:
Currently, Allium requires users to manually supply a stream of peers to be used as intermediate tunnel hops. Ideally, the library could discover and choose those peers by itself. Peers should exchange information about the network (topology) over a Gossip-like protocol. There are several existing Rust implementations of Gossip, which could serve as an inspiration:
Unlike the existing implementations, Allium's solution should use async I/O, thus integrating nicely with the main library.
The text was updated successfully, but these errors were encountered: