-queue size is now at most 1
authorChristian Grothoff <christian@grothoff.org>
Sun, 10 Jun 2012 00:04:55 +0000 (00:04 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 10 Jun 2012 00:04:55 +0000 (00:04 +0000)
src/mesh/mesh.h

index d8fc404e19462433a6a6180b523afaddb9810f5b..0fe27f6e5903f7b0d6c5d28e3e4a7074bb7259e8 100644 (file)
@@ -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
 
 /******************************************************************************/