We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf0059 commit fa2f8c1Copy full SHA for fa2f8c1
intra/netstack/tcp.go
@@ -34,7 +34,7 @@ var (
34
defaultKeepAliveInterval = tcpip.KeepaliveIntervalOption(5 * time.Second)
35
defaultKeepAliveCount = 4 // unacknowledged probes
36
// github.com/tailscale/tailscale/blob/65fe0ba7b5/cmd/derper/derper.go#L75-L78
37
- defaultUserTimeout = tcpip.TCPUserTimeoutOption(60 * time.Second)
+ usrTimeout = tcpip.TCPUserTimeoutOption(10*time.Minute + (4 * 5 * time.Second))
38
)
39
40
type GTCPConnHandler interface {
0 commit comments