Ver Fonte

fix help page

wangyu- há 8 anos atrás
pai
commit
d3821a7fd4
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      main.cpp

+ 1 - 0
main.cpp

@@ -36,6 +36,7 @@ static void print_help()
 	printf("    --timeout             <number>        how long could a packet be held in queue before doing fec, unit: ms, default: 8ms\n");
 	printf("    --mode                <number>        fec-mode,available values: 0, 1; 0 cost less bandwidth, 1 cost less latency(default)\n");
 	printf("    --report              <number>        turn on send/recv report, and set a period for reporting, unit: s\n");
+	printf("    --re-connect                          re-connect after lost connection,only for client. \n");
 
 
 	printf("advanced options:\n");