mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
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:
parent
35bc8ec7c3
commit
4a1e075ee0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue