aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 6c072130b..c9af3e36b 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -1353,7 +1353,7 @@ send_connect_ack_continuation (void *cls,
1353 1353
1354/** 1354/**
1355 * For an existing neighbour record, set the active connection to 1355 * For an existing neighbour record, set the active connection to
1356 * the given address. 1356 * use the given address.
1357 * 1357 *
1358 * @param peer identity of the peer to switch the address for 1358 * @param peer identity of the peer to switch the address for
1359 * @param address address of the other peer, NULL if other peer 1359 * @param address address of the other peer, NULL if other peer
@@ -1361,6 +1361,8 @@ send_connect_ack_continuation (void *cls,
1361 * @param session session to use (or NULL) 1361 * @param session session to use (or NULL)
1362 * @param ats performance data 1362 * @param ats performance data
1363 * @param ats_count number of entries in ats 1363 * @param ats_count number of entries in ats
1364 * @param bandwidth_in inbound quota to be used when connection is up
1365 * @param bandwidth_out outbound quota to be used when connection is up
1364 * @return GNUNET_YES if we are currently connected, GNUNET_NO if the 1366 * @return GNUNET_YES if we are currently connected, GNUNET_NO if the
1365 * connection is not up (yet) 1367 * connection is not up (yet)
1366 */ 1368 */