mycognosist / solar

A minimal Secure Scuttlebutt replication node.
Other
22 stars 2 forks source link

Introduce exponential back-off for UDP broadcast #98

Open mycognosist opened 6 months ago

mycognosist commented 6 months ago

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