changed default mode to mode 0;improve help page

This commit is contained in:
wangyu-
2017-11-19 06:02:20 -06:00
parent 4a4b3dc693
commit 0348fcedf6
2 changed files with 9 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ int g_fec_redundant_num=10;
int g_fec_mtu=1250;
int g_fec_queue_len=200;
int g_fec_timeout=8*1000; //8ms
int g_fec_mode=1;
int g_fec_mode=0;
int dynamic_update_fec=1;