done
authorChristian Grothoff <christian@grothoff.org>
Thu, 25 Mar 2010 09:22:35 +0000 (09:22 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 25 Mar 2010 09:22:35 +0000 (09:22 +0000)
src/transport/gnunet-service-transport.c

index 1820d2a4bc61c7d35b9b9bbff0d037d22f31eac8..b097cfc53eb86c94bd8cc9a1f7cc9b6250262210 100644 (file)
@@ -1244,7 +1244,6 @@ try_transmission_to_peer (struct NeighbourList *neighbour)
     }
   rl = NULL;
   mq = neighbour->messages_head;
-  /* FIXME: support bi-directional use of TCP */
   force_address = GNUNET_YES;
   if (mq->specific_address == NULL)
     {
@@ -2939,10 +2938,6 @@ disconnect_neighbour (struct NeighbourList *n, int check)
 /**
  * We have received a PING message from someone.  Need to send a PONG message
  * in response to the peer by any means necessary. 
- *
- * FIXME: With something like TCP where a connection exists, we may
- * want to send it that way.  But the current API does not seem to
- * allow us to do so (can't tell this to the transport!)
  */
 static int 
 handle_ping(void *cls, const struct GNUNET_MessageHeader *message,