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

Support for different relay selection strategies #2917

Open
PaulOlteanu opened this issue Nov 11, 2024 · 1 comment
Open

Support for different relay selection strategies #2917

PaulOlteanu opened this issue Nov 11, 2024 · 1 comment

Comments

@PaulOlteanu
Copy link
Contributor

It would be nice to be able to customize the relay selection strategy. For example, to randomly select from the best n by latency rather than just the single one with lowest latency.

This would be useful when running many smaller-capacity relays to ensure clients are distributed (somewhat) evenly across them rather than overloading a single one

@matheus23
Copy link
Contributor

Another idea that has been floated internally was to have relays be aware of their current load, and if exceeding a threshold, redirect clients to another node.

That said, this may require some coordination between relays.

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

No branches or pull requests

2 participants