| Filename | Latest commit message | Latest commit date |
|---|---|---|
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.go | ||
| dns_test.go | ||
| handler.go | ||
| handler_test.go | ||
| http.go | ||
| http_test.go | ||
| main.go | ||
| main_test.go | ||
| measure.go | ||
| README.md | ||
| tcpconnect.go | ||
| tcpconnect_test.go | ||
oohelperd
This directory contains the source code of the Web Connectivity test helper written in Go.