- leaks
[oweals/gnunet.git] / src / mesh / mesh.h
index 7a1c594845077d96dc2b22a836aab595e2f5520b..ca4a1822fcae7f1daf72ba75e84a2f8c5bffa150 100644 (file)
@@ -29,6 +29,8 @@
 
 #define MESH_DEBUG              GNUNET_YES
 
+#define INITIAL_WINDOW_SIZE     8
+#define ACK_THRESHOLD           INITIAL_WINDOW_SIZE / 2
 
 #include "platform.h"
 #include "gnunet_common.h"