From 28e182cea46f3931b95126f830c6ecdfebd97eaa Mon Sep 17 00:00:00 2001 From: wangyu- Date: Sat, 18 Nov 2017 09:51:50 -0600 Subject: [PATCH] changed -h page --- misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.cpp b/misc.cpp index ec213e9..185b2dd 100644 --- a/misc.cpp +++ b/misc.cpp @@ -142,7 +142,6 @@ void print_help() // printf("\n"); printf(" --sock-buf buf size for socket,>=10 and <=10240,unit:kbyte,default:1024\n"); printf(" --force-sock-buf bypass system limitation while setting sock-buf\n"); - printf(" --mtu-warn mtu warning threshold, unit:byte, default:1375\n"); printf(" --seq-mode seq increase mode for faketcp:\n"); printf(" 0:static header,do not increase seq and ack_seq\n"); printf(" 1:increase seq for every packet,simply ack last seq\n"); @@ -157,6 +156,7 @@ void print_help() printf(" --gen-add generate iptables rule and add it permanently,then exit.overrides -g\n"); printf(" --keep-rule monitor iptables and auto re-add if necessary.implys -a\n"); printf(" --hb-len length of heart-beat packet, >=0 and <=1500\n"); + printf(" --mtu-warn mtu warning threshold, unit:byte, default:1375\n"); printf(" --clear clear any iptables rules added by this program.overrides everything\n"); printf(" -h,--help print this help message\n");