From 11cacc6bb3fb88fb402b3b8013b72a109e095c6c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 Mar 2010 09:22:35 +0000 Subject: [PATCH] done --- src/transport/gnunet-service-transport.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 1820d2a4b..b097cfc53 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -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, -- 2.25.1