From 827d71d4ad6f75eadaf6794e8abab0c71ea29ee6 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 8 Feb 2015 00:23:13 +0100 Subject: [PATCH] Increase the packet buffers a bit, since FEC will introduce much more out-of-order packets. --- reorderer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reorderer.cpp b/reorderer.cpp index 3a6b6de..0512802 100644 --- a/reorderer.cpp +++ b/reorderer.cpp @@ -3,8 +3,8 @@ #include "reorderer.h" #include "protocol.h" -#define PACKET_BUFFER_SIZE 100 -#define TIMEOUT_SEC 0.100 +#define PACKET_BUFFER_SIZE 1000 +#define TIMEOUT_SEC 1.000 using namespace std; -- 2.39.2