From bd790689b784f612e55e0df6e87c3c88b4b070e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 10 Jun 2012 00:04:55 +0000 Subject: [PATCH] -queue size is now at most 1 --- src/mesh/mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h index d8fc404e1..0fe27f6e5 100644 --- a/src/mesh/mesh.h +++ b/src/mesh/mesh.h @@ -78,7 +78,7 @@ #define GNUNET_MESH_LOCAL_TUNNEL_ID_CLI 0x80000000 #define GNUNET_MESH_LOCAL_TUNNEL_ID_SERV 0xB0000000 -#define CORE_QUEUE_SIZE 10 +#define CORE_QUEUE_SIZE 1 #define LOCAL_QUEUE_SIZE 100 /******************************************************************************/ -- 2.25.1