Skip to content

Commit

Permalink
help page
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Oct 25, 2017
1 parent d6fc5dc commit e11141e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +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(" -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");
Expand Down

0 comments on commit e11141e

Please sign in to comment.