alanmcgovern / monotorrent

The official repository for MonoTorrent, a bittorrent library for .NET
https://github.com/alanmcgovern/monotorrent
MIT License
1.14k stars 396 forks source link

Restructure how peer connection retries are executed #690

Closed alanmcgovern closed 1 week ago

alanmcgovern commented 2 weeks ago

The library will now try every supported encryption method each time it attempts to establish a connection, and it'll try to establish a connection a fixed number of times before bailing out. Each (overall) retry will be spaced out in time in case the receiving client is temporarily busy or inaccessible.