we don't call GNUNET_ATS_peer_connect yet, cannot expect ATS to only tell us about...
authorChristian Grothoff <christian@grothoff.org>
Wed, 12 Oct 2011 14:04:07 +0000 (14:04 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 12 Oct 2011 14:04:07 +0000 (14:04 +0000)
src/transport/gnunet-service-transport_neighbours.c

index 367ea557107ba1c1eb8e4cffc76c0d6d3aa5ca9a..cbcc50b42da12d700840aa27f83c1626472eb31e 100644 (file)
@@ -655,7 +655,9 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
   n = lookup_neighbour (peer);
   if (NULL == n)
   {
-    GNUNET_break (0);
+    /* FIXME: ATS not fully implemented, once ATS only generates
+       these events for 'connected' addresses, things should be better... */
+    // GNUNET_break (0);
     return;
   }