skycoin / net

DEPRECATED: Moved to https://github.com/skycoin/skywire/tree/master/pkg/net
15 stars 13 forks source link

Connection retry logic should use backoff #27

Open gz-c opened 6 years ago

gz-c commented 6 years ago

Connections can be configured to automatically retry. This retry needs to use backoff (e.g. https://github.com/cenkalti/backoff) to avoid causing a DDOS on the discovery server.