mirror of
				https://github.com/luscis/openlan.git
				synced 2025-10-31 12:36:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			109 B
		
	
	
	
		
			Go
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			109 B
		
	
	
	
		
			Go
		
	
	
		
			Executable File
		
	
	
	
	
| package ss
 | |
| 
 | |
| import "time"
 | |
| 
 | |
| var config struct {
 | |
| 	Verbose    bool
 | |
| 	UDPTimeout time.Duration
 | |
| 	TCPCork    bool
 | |
| }
 | 
