From: Steinar H. Gunderson Date: Sat, 7 Feb 2015 23:23:13 +0000 (+0100) Subject: Increase the packet buffers a bit, since FEC will introduce much more out-of-order... X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=827d71d4ad6f75eadaf6794e8abab0c71ea29ee6;p=greproxy Increase the packet buffers a bit, since FEC will introduce much more out-of-order packets. --- 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;