aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-03-18 14:34:40 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-03-18 14:34:40 +0000
commit9239434df21c273fecff72b921e457589fa62c95 (patch)
tree28c1ac8d7a5596a68ffab9158d61090697aa3b4d
parent14ca04cea1ba18d684a6286ca51e675a2835c8ac (diff)
downloadgnunet-9239434df21c273fecff72b921e457589fa62c95.tar.gz
gnunet-9239434df21c273fecff72b921e457589fa62c95.zip
doxygen
-rw-r--r--src/transport/gnunet-service-transport.c3
1 files changed, 2 insertions, 1 deletions
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)
1648 force_address = GNUNET_YES; 1648 force_address = GNUNET_YES;
1649 if (mq->specific_address == NULL) 1649 if (mq->specific_address == NULL)
1650 { 1650 {
1651 /* TODO: ADD ATS */
1651 mq->specific_address = find_ready_address(neighbour); 1652 mq->specific_address = find_ready_address(neighbour);
1652 GNUNET_STATISTICS_update (stats, 1653 GNUNET_STATISTICS_update (stats,
1653 gettext_noop ("# transport selected peer address freely"), 1654 gettext_noop ("# transport selected peer address freely"),
@@ -4750,7 +4751,7 @@ handle_ping(void *cls, const struct GNUNET_MessageHeader *message,
4750 * @param peer (claimed) identity of the other peer 4751 * @param peer (claimed) identity of the other peer
4751 * @param message the message, NULL if we only care about 4752 * @param message the message, NULL if we only care about
4752 * learning about the delay until we should receive again 4753 * learning about the delay until we should receive again
4753 * @param ats information for automatic transport selection 4754 * @param ats_data information for automatic transport selection
4754 * @param ats_count number of elements in ats not including 0-terminator 4755 * @param ats_count number of elements in ats not including 0-terminator
4755 * @param session identifier used for this session (can be NULL) 4756 * @param session identifier used for this session (can be NULL)
4756 * @param sender_address binary address of the sender (if observed) 4757 * @param sender_address binary address of the sender (if observed)