File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ void print_help()
142
142
// printf("\n");
143
143
printf (" --sock-buf <number> buf size for socket,>=10 and <=10240,unit:kbyte,default:1024\n " );
144
144
printf (" --force-sock-buf bypass system limitation while setting sock-buf\n " );
145
- printf (" --mtu-warn <number> mtu warning threshold, unit:byte, default:1375\n " );
146
145
printf (" --seq-mode <number> seq increase mode for faketcp:\n " );
147
146
printf (" 0:static header,do not increase seq and ack_seq\n " );
148
147
printf (" 1:increase seq for every packet,simply ack last seq\n " );
@@ -157,6 +156,7 @@ void print_help()
157
156
printf (" --gen-add generate iptables rule and add it permanently,then exit.overrides -g\n " );
158
157
printf (" --keep-rule monitor iptables and auto re-add if necessary.implys -a\n " );
159
158
printf (" --hb-len <number> length of heart-beat packet, >=0 and <=1500\n " );
159
+ printf (" --mtu-warn <number> mtu warning threshold, unit:byte, default:1375\n " );
160
160
printf (" --clear clear any iptables rules added by this program.overrides everything\n " );
161
161
printf (" -h,--help print this help message\n " );
162
162
You can’t perform that action at this time.
0 commit comments