From: Christian Grothoff Date: Sun, 10 Jun 2012 00:04:55 +0000 (+0000) Subject: -queue size is now at most 1 X-Git-Tag: initial-import-from-subversion-38251~13193 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd790689b784f612e55e0df6e87c3c88b4b070e2;p=oweals%2Fgnunet.git -queue size is now at most 1 --- 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 /******************************************************************************/