mirror of
				https://github.com/wangyu-/UDPspeeder.git
				synced 2025-11-04 11:55:37 +08:00 
			
		
		
		
	trival
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							@@ -95,7 +95,7 @@ void sigint_cb(struct ev_loop *l, ev_signal *w, int revents)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
int main(int argc, char *argv[])
 | 
					int main(int argc, char *argv[])
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	unit_test();
 | 
						//unit_test();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct ev_loop* loop=ev_default_loop(0);
 | 
						struct ev_loop* loop=ev_default_loop(0);
 | 
				
			||||||
    ev_signal signal_watcher_sigpipe;
 | 
					    ev_signal signal_watcher_sigpipe;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user