From f479ca2779e371f13be7c4154b88115b95f670ff Mon Sep 17 00:00:00 2001 From: wangyu- Date: Thu, 19 Oct 2017 01:25:33 -0500 Subject: [PATCH] changed default fec_mtu to 1200 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index ab57e9f..8e83d75 100644 --- a/main.cpp +++ b/main.cpp @@ -33,7 +33,7 @@ int debug_force_flush_fec=0; int fec_data_num=20; int fec_redundant_num=10; -int fec_mtu=1250; +int fec_mtu=1200; int fec_pending_num=200; int fec_pending_time=10*1000; //10ms int fec_type=0;