mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	Increase TCP keepalive
This commit is contained in:
		
							parent
							
								
									fc75ce26f5
								
							
						
					
					
						commit
						3aa7b1eeb0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -23,7 +23,7 @@ net.ipv4.tcp_tw_recycle = 0
 | 
				
			||||||
# short FIN timeout
 | 
					# short FIN timeout
 | 
				
			||||||
net.ipv4.tcp_fin_timeout = 30
 | 
					net.ipv4.tcp_fin_timeout = 30
 | 
				
			||||||
# short keepalive time
 | 
					# short keepalive time
 | 
				
			||||||
net.ipv4.tcp_keepalive_time = 1200
 | 
					net.ipv4.tcp_keepalive_time = 2400
 | 
				
			||||||
# outbound port range
 | 
					# outbound port range
 | 
				
			||||||
net.ipv4.ip_local_port_range = 10000 65000
 | 
					net.ipv4.ip_local_port_range = 10000 65000
 | 
				
			||||||
# max SYN backlog
 | 
					# max SYN backlog
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue