]> git.sesse.net Git - greproxy/commitdiff
Increase the packet buffers a bit, since FEC will introduce much more out-of-order...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 7 Feb 2015 23:23:13 +0000 (00:23 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 7 Feb 2015 23:23:13 +0000 (00:23 +0100)
reorderer.cpp

index 3a6b6de0a8f32174508d0fcfb11856d8fbbe379d..051280287c7754d066c71906438923de610131a6 100644 (file)
@@ -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;