From ca7cb2c808e1c3e4e6960bff1707bd28ff1e07cd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Jul 2013 12:56:27 +0000 Subject: [PATCH] -enable buffering --- src/fs/gnunet-service-fs_mesh_client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs/gnunet-service-fs_mesh_client.c b/src/fs/gnunet-service-fs_mesh_client.c index 5c3290d5a..d31509857 100644 --- a/src/fs/gnunet-service-fs_mesh_client.c +++ b/src/fs/gnunet-service-fs_mesh_client.c @@ -224,7 +224,7 @@ reset_mesh (struct MeshHandle *mh) mh, &mh->target, GNUNET_APPLICATION_TYPE_FS_BLOCK_TRANSFER, - GNUNET_YES, + GNUNET_NO, GNUNET_YES); transmit_pending (mh); } @@ -528,7 +528,7 @@ get_mesh (const struct GNUNET_PeerIdentity *target) mh, &mh->target, GNUNET_APPLICATION_TYPE_FS_BLOCK_TRANSFER, - GNUNET_YES, + GNUNET_NO, GNUNET_YES); GNUNET_assert (GNUNET_OK == GNUNET_CONTAINER_multihashmap_put (mesh_map, -- 2.25.1