Lower broker ClientTimeout to 5 seconds

Matches the observed timeout for CDN77, based on user reports.
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/issues/40446
This commit is contained in:
Cecylia Bocovich 2025-02-04 15:41:35 -05:00
parent 35bc8ec7c3
commit 4a1e075ee0
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90

View file

@ -14,7 +14,7 @@ import (
)
const (
ClientTimeout = 10
ClientTimeout = 5 // this is calibrated to match the timeout of the CDNs we use for rendezvous
ProxyTimeout = 10
NATUnknown = "unknown"