aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-16 12:29:57 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-16 12:29:57 +0000
commit8a5993b15da336afade45be6ee4619a39561956a (patch)
tree362f51ad0697f94ded8990cafd82ae7793d6c1be /src/transport/gnunet-service-transport_clients.c
parentb0c00af6d9eee5788c0220da6e427e8bacf81637 (diff)
downloadgnunet-8a5993b15da336afade45be6ee4619a39561956a.tar.gz
gnunet-8a5993b15da336afade45be6ee4619a39561956a.zip
documentation for transport service
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.c')
-rw-r--r--src/transport/gnunet-service-transport_clients.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index aefe581c7..7b47bb6f5 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -262,6 +262,7 @@ setup_client (struct GNUNET_SERVER_Client *client)
262 * Find the handle to the monitoring client associated with the given 262 * Find the handle to the monitoring client associated with the given
263 * client handle 263 * client handle
264 * 264 *
265 * @param head the head of the client queue to look in
265 * @param client server's client handle to look up 266 * @param client server's client handle to look up
266 * @return handle to the monitoring client 267 * @return handle to the monitoring client
267 */ 268 */
@@ -1006,15 +1007,15 @@ struct IterationContext
1006}; 1007};
1007 1008
1008/** 1009/**
1009 * Output information of neighbours to the given client. 1010 * Output information of validation entries to the given client.
1010 * 1011 *
1011 * @param cls the 'struct PeerIterationContext' 1012 * @param cls the 'struct IterationContext'
1012 * @param peer identity of the neighbour 1013 * @param peer identity of the neighbour
1013 * @param address the address 1014 * @param address the address
1014 * @param state current state this peer is in 1015 * @param last_validation point in time when last validation was performed
1015 * @param state_timeout timeout for the current state of the peer 1016 * @param valid_until point in time how long address is valid
1016 * @param bandwidth_in inbound quota in NBO 1017 * @param next_validation point in time when next validation will be performed
1017 * @param bandwidth_out outbound quota in NBO 1018 * @param state state of validation notification
1018 */ 1019 */
1019static void 1020static void
1020send_validation_information (void *cls, 1021send_validation_information (void *cls,