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

Introduce exponential back-off for UDP broadcast #98

Open
mycognosist opened this issue Mar 11, 2024 · 0 comments
Open

Introduce exponential back-off for UDP broadcast #98

mycognosist opened this issue Mar 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mycognosist
Copy link
Owner

Broadcast is very noisy. We can safely assume that peers will be chatty when they first come online, therefore it's not a problem if our node becomes quieter over time.

Might be something of interest here: https://crates.io/crates/exponential-backoff

@mycognosist mycognosist added the enhancement New feature or request label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant