From: Christian Grothoff Date: Thu, 18 Jul 2013 12:56:27 +0000 (+0000) Subject: -enable buffering X-Git-Tag: initial-import-from-subversion-38251~8174 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ca7cb2c808e1c3e4e6960bff1707bd28ff1e07cd;p=oweals%2Fgnunet.git -enable buffering --- 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,