Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed Aug 29, 2024
1 parent 86a863d commit ba05656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba05656

Please sign in to comment.