mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-19 14:29:37 +08:00
trival
This commit is contained in:
parent
d985eb6634
commit
b4bd385e88
2
main.cpp
2
main.cpp
@ -950,7 +950,7 @@ void print_help()
|
|||||||
printf("advanced options:\n");
|
printf("advanced options:\n");
|
||||||
printf(" -t tmin:tmax simliar to -t above,but delay randomly between tmin and tmax\n");
|
printf(" -t tmin:tmax simliar to -t above,but delay randomly between tmin and tmax\n");
|
||||||
printf(" -j jmin:jmax simliar to -j above,but create jitter randomly between jmin and jmax\n");
|
printf(" -j jmin:jmax simliar to -j above,but create jitter randomly between jmin and jmax\n");
|
||||||
printf(" --random-drop <number> simulate packet loss ,unit 0.01%%\n");
|
printf(" --random-drop <number> simulate packet loss ,unit:0.01%%\n");
|
||||||
printf(" --disable-filter disable duplicate packet filter.\n");
|
printf(" --disable-filter disable duplicate packet filter.\n");
|
||||||
printf(" -m <number> max pending packets,to prevent the program from eating up all your memory,\n");
|
printf(" -m <number> max pending packets,to prevent the program from eating up all your memory,\n");
|
||||||
printf(" default value:0(disabled).\n");
|
printf(" default value:0(disabled).\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user