增加 DefaultTCPLinger 值

This commit is contained in:
GoEdgeLab
2023-07-25 09:35:28 +08:00
parent 1ba4167b1b
commit a736449e8a

View File

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