mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// +build linux
 | 
						|
// 可以在 /usr/include/asm-generic/socket.h 中找到 SO_REUSEPORT 值
 | 
						|
 | 
						|
package utils
 | 
						|
 | 
						|
const SO_REUSEPORT = 15
 |