Set the default TCP keep alive period

This commit is contained in:
世界 2024-04-08 18:00:48 +08:00
parent b5dcd6bf59
commit 71d92518c1
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,8 @@ package constant
import "time"
const (
TCPKeepAliveInitial = 10 * time.Minute
TCPKeepAliveInterval = 75 * time.Second
TCPTimeout = 5 * time.Second
ReadPayloadTimeout = 300 * time.Millisecond
DNSTimeout = 10 * time.Second