增加 DefaultTCPLinger 值

This commit is contained in:
刘祥超
2023-07-25 09:35:28 +08:00
parent df148bf027
commit 5c8dff120a

View File

@@ -22,7 +22,7 @@ const (
DefaultTCPNewConnectionsSecondlyRate = 300 // 单IP连接速率限制按秒
DefaultTCPNewConnectionsMinSecondlyRate = 3 // 单IP最小连接速率
DefaultTCPLinger = 3 // 单节点TCP Linger值
DefaultTCPLinger = 5 // 单节点TCP Linger值
DefaultTLSHandshakeTimeout = 3 // TLS握手超时时间
)