b8cc548d41
While working on https://github.com/ooni/probe/issues/2237, I noticed there's no enforced timeout for measurement tasks. So, this diff introduces the following timeouts: 1. use a 4 seconds timeout for the DNS lookup; 2. use a 10 seconds timeout for TCP; 3. use a 15 seconds timeout for HTTP. They are a bit stricter than what we have on the probe because the TH should supposedly have better bandwidth and connectivity. |
||
---|---|---|
.. | ||
dns_test.go | ||
dns.go | ||
handler_test.go | ||
handler.go | ||
http_test.go | ||
http.go | ||
main_test.go | ||
main.go | ||
measure.go | ||
README.md | ||
tcpconnect_test.go | ||
tcpconnect.go |
oohelperd
This directory contains the source code of the Web Connectivity test helper written in Go.