kit-tm / PTP

Peer-Tor-Peer
GNU General Public License v3.0
6 stars 4 forks source link

Delay between several connection attempts #5

Open thack1 opened 7 years ago

thack1 commented 7 years ago

If there is a message for a destination that is currently unreachable the ConnectionManager tries to establish a connection every 30 seconds (until the timeout of the message expires which can be infinite). Use an exponential backoff to reduce the connection attempts.