projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c89b4bc
)
-queue size is now at most 1
author
Christian Grothoff
<christian@grothoff.org>
Sun, 10 Jun 2012 00:04:55 +0000
(
00:04
+0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 10 Jun 2012 00:04:55 +0000
(
00:04
+0000)
src/mesh/mesh.h
patch
|
blob
|
history
diff --git
a/src/mesh/mesh.h
b/src/mesh/mesh.h
index d8fc404e19462433a6a6180b523afaddb9810f5b..0fe27f6e5903f7b0d6c5d28e3e4a7074bb7259e8 100644
(file)
--- 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 1
0
+#define CORE_QUEUE_SIZE 1
#define LOCAL_QUEUE_SIZE 100
/******************************************************************************/