Skip to content

Commit

Permalink
update help page
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Jul 15, 2019
1 parent 8c81f76 commit f68c6e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ void print_help()
printf(" -g,--gen-rule generate iptables rule then exit,so that you can copy and\n");
printf(" add it manually.overrides -a\n");
printf(" --disable-anti-replay disable anti-replay,not suggested\n");
printf(" --fix-gro try to fix huge packet caused by GRO. this option is at an early stage.\n");
printf(" make sure client and server are at same version.\n");

//printf("\n");
printf("client options:\n");
Expand Down Expand Up @@ -185,10 +187,7 @@ void print_help()
printf(" --mtu-warn <number> mtu warning threshold, unit:byte, default:1375\n");
printf(" --clear clear any iptables rules added by this program.overrides everything\n");
printf(" --retry-on-error retry on error, allow to start udp2raw before network is initialized\n");
printf(" --fix-gro try to fix huge packet caused by GRO. this option is at an early stage.\n");
printf(" make sure client and server are at same version\n");
printf(" -h,--help print this help message\n");

//printf("common options,these options must be same on both side\n");
}

Expand Down

0 comments on commit f68c6e2

Please sign in to comment.