aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-06-25 08:24:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-06-25 08:24:22 +0000
commitca7daa5556bce347ce55933a831a8a402231ae48 (patch)
tree9f38a3f80d82592f2ba1d7c51ffadbaf6df9d923 /src/ats
parented4cce1a7ecb77d3ea2bbfab964bc10ff210b93f (diff)
downloadgnunet-ca7daa5556bce347ce55933a831a8a402231ae48.tar.gz
gnunet-ca7daa5556bce347ce55933a831a8a402231ae48.zip
docu for address selection
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/plugin_ats_proportional.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c
index 2fda9fe13..9cf637114 100644
--- a/src/ats/plugin_ats_proportional.c
+++ b/src/ats/plugin_ats_proportional.c
@@ -834,7 +834,13 @@ end:
834 834
835 835
836/** 836/**
837 * FIXME. 837 * Find the currently best address for a peer from the set of addresses available
838 * or return NULL of no address is available
839 *
840 * @param s the proportional handle
841 * @param addresses the address hashmap
842 * @param id the peer id
843 * @return the address or NULL
838 */ 844 */
839struct ATS_Address * 845struct ATS_Address *
840get_best_address (struct GAS_PROPORTIONAL_Handle *s, 846get_best_address (struct GAS_PROPORTIONAL_Handle *s,