newTrackon icon indicating copy to clipboard operation
newTrackon copied to clipboard

Improve UDP retry logic according to BEP 15

Open CorralPeltzer opened this issue 6 years ago • 0 comments

For UDP trackers, BEP 15 specifies the retry logit that should be followed.

Right now, newTrackon doesn't perform any retries except for when the interval time has been reached. This could create a bias against UDP trackers given the inherent unreliability of UDP. Retry should be implemented, whether adhering completely to BEP 15 or using a more strict logic.

CorralPeltzer avatar Aug 25 '19 16:08 CorralPeltzer