mirror of
				https://github.com/wangyu-/udp2raw.git
				synced 2025-11-04 04:05:35 +08:00 
			
		
		
		
	added fixthis
This commit is contained in:
		@@ -832,7 +832,7 @@ int client_event_loop()
 | 
			
		||||
	}
 | 
			
		||||
	*/
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
#ifdef fixthis
 | 
			
		||||
	if(strcmp(dev,"")==0)
 | 
			
		||||
	{
 | 
			
		||||
		mylog(log_info,"--dev have not been set, trying to detect automatically, avaliable deives:\n");
 | 
			
		||||
@@ -905,7 +905,8 @@ int client_event_loop()
 | 
			
		||||
	else
 | 
			
		||||
	{
 | 
			
		||||
		mylog(log_info,"--dev has been manually set, using device:[%s]\n",dev);
 | 
			
		||||
	}*/
 | 
			
		||||
	}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	send_info.src_port=0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user