mirror of
				https://github.com/wangyu-/UDPspeeder.git
				synced 2025-11-04 03:45:37 +08:00 
			
		
		
		
	change help page
This commit is contained in:
		
							
								
								
									
										4
									
								
								main.cpp
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								main.cpp
									
									
									
									
									
								
							@@ -1320,8 +1320,8 @@ void print_help()
 | 
			
		||||
//	printf("    --disable-xor         <number>        disable xor\n");
 | 
			
		||||
 | 
			
		||||
	printf("developer options:\n");
 | 
			
		||||
	printf("    --fifo                <string>        use a fifo(named pipe) for sending commands to the running program,\n");
 | 
			
		||||
	printf("                                          check readme.md in repository for supported commands.\n");
 | 
			
		||||
	printf("    --fifo                <string>        use a fifo(named pipe) for sending commands to the running program,so that you can change\n");
 | 
			
		||||
	printf("                                          fec encoder parameters dynamically,check readme.md in repository for supported commands.\n");
 | 
			
		||||
	printf("    -j ,--jitter          jmin:jmax       similiar to -j above,but create jitter randomly between jmin and jmax\n");
 | 
			
		||||
	printf("    -i,--interval         imin:imax       similiar to -i above,but scatter randomly between imin and imax\n");
 | 
			
		||||
    printf("    -q,--queue-len        <number>        max fec queue len,only for mode 0\n");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user