From: Christian Grothoff Date: Thu, 25 Mar 2010 09:22:35 +0000 (+0000) Subject: done X-Git-Tag: initial-import-from-subversion-38251~22380 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=11cacc6bb3fb88fb402b3b8013b72a109e095c6c;p=oweals%2Fgnunet.git done --- 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,