mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 13:10:24 +08:00 
			
		
		
		
	增加 DefaultTCPLinger 值
This commit is contained in:
		@@ -22,7 +22,7 @@ const (
 | 
				
			|||||||
	DefaultTCPNewConnectionsSecondlyRate    = 300 // 单IP连接速率限制(按秒)
 | 
						DefaultTCPNewConnectionsSecondlyRate    = 300 // 单IP连接速率限制(按秒)
 | 
				
			||||||
	DefaultTCPNewConnectionsMinSecondlyRate = 3   // 单IP最小连接速率
 | 
						DefaultTCPNewConnectionsMinSecondlyRate = 3   // 单IP最小连接速率
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	DefaultTCPLinger           = 3 // 单节点TCP Linger值
 | 
						DefaultTCPLinger           = 5 // 单节点TCP Linger值
 | 
				
			||||||
	DefaultTLSHandshakeTimeout = 3 // TLS握手超时时间
 | 
						DefaultTLSHandshakeTimeout = 3 // TLS握手超时时间
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user