aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-07-25 14:22:56 +0000
committerBart Polot <bart@net.in.tum.de>2012-07-25 14:22:56 +0000
commitceb3be6d5ce8ebb9a1ca940b67d3e6a74896db6f (patch)
treea78c88dacf2dc2fb42f8dcd25ce40563f61a637b /src/exit
parent225da976a68a9fafe056e15e812fc7e0f8f9e38e (diff)
downloadgnunet-ceb3be6d5ce8ebb9a1ca940b67d3e6a74896db6f.tar.gz
gnunet-ceb3be6d5ce8ebb9a1ca940b67d3e6a74896db6f.zip
Eliminated mesh API buffering
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 2614ba908..337fca481 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3202,7 +3202,7 @@ run (void *cls, char *const *args GNUNET_UNUSED,
3202 connections_map = GNUNET_CONTAINER_multihashmap_create (65536); 3202 connections_map = GNUNET_CONTAINER_multihashmap_create (65536);
3203 connections_heap = GNUNET_CONTAINER_heap_create (GNUNET_CONTAINER_HEAP_ORDER_MIN); 3203 connections_heap = GNUNET_CONTAINER_heap_create (GNUNET_CONTAINER_HEAP_ORDER_MIN);
3204 mesh_handle 3204 mesh_handle
3205 = GNUNET_MESH_connect (cfg, 42 /* queue size */, NULL, 3205 = GNUNET_MESH_connect (cfg, NULL,
3206 &new_tunnel, 3206 &new_tunnel,
3207 &clean_tunnel, handlers, 3207 &clean_tunnel, handlers,
3208 apptypes); 3208 apptypes);