ooni / netx

OONI's Go net and net/http extensions for performing network measurements
https://ooni.org
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

netx: identify places where retry is beneficial #7

Closed bassosimone closed 4 years ago

bassosimone commented 5 years ago

The code in probe-engine always retries. We have better code for retrying and, in addition to that, we are also well positioned to evaluate where retrying actually makes sense.

bassosimone commented 4 years ago

Reference issue: https://github.com/ooni/probe-engine/issues/88

bassosimone commented 4 years ago

Retrying makes sense when sending DNS queries. I have implemented retries.