From 197669b250737d1b842153fb86feef29e38dcc6e Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 7 Jun 2013 00:30:28 +0000 Subject: [PATCH] - remove flow control constants --- src/mesh/mesh2.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesh/mesh2.h b/src/mesh/mesh2.h index c66a810a1..3bcd067ee 100644 --- a/src/mesh/mesh2.h +++ b/src/mesh/mesh2.h @@ -38,9 +38,6 @@ extern "C" #define MESH_DEBUG GNUNET_YES -#define INITIAL_WINDOW_SIZE 8 -#define ACK_THRESHOLD INITIAL_WINDOW_SIZE / 2 - #include "platform.h" #include "gnunet_common.h" #include "gnunet_util_lib.h" -- 2.25.1