增加常量

This commit is contained in:
刘祥超
2021-12-22 16:43:26 +08:00
parent 4c2156a4ac
commit 2bf0c40328

View File

@@ -11,4 +11,5 @@ const (
DefaultTCPMaxConnections = 100_000 // 单节点TCP最大连接数
DefaultTCPLinger = 3 // 单节点TCP Linger值
DefaultTLSHandshakeTimeout = 3 // TLS握手超时时间
)