From 9239434df21c273fecff72b921e457589fa62c95 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 18 Mar 2011 14:34:40 +0000 Subject: [PATCH] doxygen --- src/transport/gnunet-service-transport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 44269d416..e55fc41ac 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -1648,6 +1648,7 @@ try_transmission_to_peer (struct NeighbourList *neighbour) force_address = GNUNET_YES; if (mq->specific_address == NULL) { + /* TODO: ADD ATS */ mq->specific_address = find_ready_address(neighbour); GNUNET_STATISTICS_update (stats, gettext_noop ("# transport selected peer address freely"), @@ -4750,7 +4751,7 @@ handle_ping(void *cls, const struct GNUNET_MessageHeader *message, * @param peer (claimed) identity of the other peer * @param message the message, NULL if we only care about * learning about the delay until we should receive again - * @param ats information for automatic transport selection + * @param ats_data information for automatic transport selection * @param ats_count number of elements in ats not including 0-terminator * @param session identifier used for this session (can be NULL) * @param sender_address binary address of the sender (if observed) -- 2.25.1