aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:40:44 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:40:44 +0000
commitb95a377885d3aaaedca0004e38a0ec8db0e7ae01 (patch)
tree0466458726c83b11512a5496facf72f9f6678eb5 /src/transport/gnunet-service-transport_clients.c
parent48495c7a66862eb5de8b32c64399b5a10a8aefe8 (diff)
downloadgnunet-b95a377885d3aaaedca0004e38a0ec8db0e7ae01.tar.gz
gnunet-b95a377885d3aaaedca0004e38a0ec8db0e7ae01.zip
doxygen
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.c')
-rw-r--r--src/transport/gnunet-service-transport_clients.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index 610dda021..db2718f4e 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -465,8 +465,6 @@ client_disconnect_notification (void *cls, struct GNUNET_SERVER_Client *client)
465 * 465 *
466 * @param cls the 'struct TransportClient' to notify 466 * @param cls the 'struct TransportClient' to notify
467 * @param peer identity of the neighbour 467 * @param peer identity of the neighbour
468 * @param ats performance data
469 * @param ats_count number of entries in ats (excluding 0-termination)
470 * @param address the address 468 * @param address the address
471 * @param bandwidth_in inbound bandwidth in NBO 469 * @param bandwidth_in inbound bandwidth in NBO
472 * @param bandwidth_out outbound bandwidth in NBO 470 * @param bandwidth_out outbound bandwidth in NBO
@@ -882,8 +880,6 @@ compose_address_iterate_response_message (const struct GNUNET_PeerIdentity
882 * 880 *
883 * @param cls the 'struct GNUNET_SERVER_TransmitContext' for transmission to the client 881 * @param cls the 'struct GNUNET_SERVER_TransmitContext' for transmission to the client
884 * @param peer identity of the neighbour 882 * @param peer identity of the neighbour
885 * @param ats performance data
886 * @param ats_count number of entries in ats (excluding 0-termination)
887 * @param address the address 883 * @param address the address
888 * @param bandwidth_in inbound quota in NBO 884 * @param bandwidth_in inbound quota in NBO
889 * @param bandwidth_out outbound quota in NBO 885 * @param bandwidth_out outbound quota in NBO