mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 15:51:54 +08:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			98 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			98 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								// +build darwin
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								package utils
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import (
							 | 
						||
| 
								 | 
							
									"syscall"
							 | 
						||
| 
								 | 
							
								)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								const SO_REUSEPORT = syscall.SO_REUSEPORT
							 |