aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-16 08:15:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-16 08:15:10 +0000
commit4381da4fd10a89d3c67133d367e81063ccb63515 (patch)
treec0b14a82133d2a4fd98587b9faa977540acb87e6 /src/transport/gnunet-service-transport_neighbours.c
parentd9e805e67df18b35711f3aa04f3d27455b6b7dbf (diff)
downloadgnunet-4381da4fd10a89d3c67133d367e81063ccb63515.tar.gz
gnunet-4381da4fd10a89d3c67133d367e81063ccb63515.zip
clarified docu and log level for ATS disconnect notifications
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 8e5dd15c5..1a6a87853 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -2294,8 +2294,10 @@ GST_neighbours_handle_connect (const struct GNUNET_MessageHeader *message,
2294 * @param session session to use (or NULL) 2294 * @param session session to use (or NULL)
2295 * @param ats performance data 2295 * @param ats performance data
2296 * @param ats_count number of entries in ats 2296 * @param ats_count number of entries in ats
2297 * @param bandwidth_in inbound quota to be used when connection is up 2297 * @param bandwidth_in inbound quota to be used when connection is up,
2298 * @param bandwidth_out outbound quota to be used when connection is up 2298 * 0 to disconnect from peer
2299 * @param bandwidth_out outbound quota to be used when connection is up,
2300 * 0 to disconnect from peer
2299 */ 2301 */
2300void 2302void
2301GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer, 2303GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,