From: Christian Grothoff Date: Mon, 10 Oct 2011 11:31:12 +0000 (+0000) Subject: should be done by ATS in the future X-Git-Tag: initial-import-from-subversion-38251~16678 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f98b90402146449b2b79da806e1dae6a351ddcd7;p=oweals%2Fgnunet.git should be done by ATS in the future --- diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c index 2aabde05e..3603fc073 100644 --- a/src/core/gnunet-service-core_neighbours.c +++ b/src/core/gnunet-service-core_neighbours.c @@ -339,9 +339,6 @@ handle_transport_notify_connect (void *cls, GNUNET_STATISTICS_set (GSC_stats, gettext_noop ("# neighbour entries allocated"), GNUNET_CONTAINER_multihashmap_size (neighbours), GNUNET_NO); - GNUNET_TRANSPORT_set_quota (transport, peer, - GNUNET_CONSTANTS_DEFAULT_BW_IN_OUT, - GNUNET_CONSTANTS_DEFAULT_BW_IN_OUT); n->kxinfo = GSC_KX_start (peer); }