should be done by ATS in the future
authorChristian Grothoff <christian@grothoff.org>
Mon, 10 Oct 2011 11:31:12 +0000 (11:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 10 Oct 2011 11:31:12 +0000 (11:31 +0000)
src/core/gnunet-service-core_neighbours.c

index 2aabde05edec302a15ff659ab2d13fe2065f7429..3603fc0738f8912b434d1defa01db36bf2e11353 100644 (file)
@@ -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);
 }