Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peer discovery #5

Open
voidc opened this issue Sep 5, 2021 · 0 comments
Open

Peer discovery #5

voidc opened this issue Sep 5, 2021 · 0 comments

Comments

@voidc
Copy link
Member

voidc commented Sep 5, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant