From ba05656bade5b839350b46e5a5f8d65aca28fd4e Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Wed, 28 Aug 2024 23:12:07 -0400 Subject: [PATCH] s --- tunnel/tcp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunnel/tcp.go b/tunnel/tcp.go index 5214318b..990ea46f 100644 --- a/tunnel/tcp.go +++ b/tunnel/tcp.go @@ -15,7 +15,7 @@ import ( ) const ( - // tcpConnectTimeout is the default timeout for TCP handshake. + // tcpConnectTimeout is the default timeout for TCP handshakes. tcpConnectTimeout = 5 * time.Second // tcpWaitTimeout implements a TCP half-close timeout. tcpWaitTimeout = 60 * time.Second