aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-03 15:32:26 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-03 15:32:26 +0000
commitf0b02e3444d7653f2c1dabab449825b80e390855 (patch)
tree650a67221a59b429fc92efe10b0487faedfdbec3 /src/transport/gnunet-service-transport_neighbours.c
parent7398fe2d019c3a456bc0c565926d8c25d41d9c53 (diff)
downloadgnunet-f0b02e3444d7653f2c1dabab449825b80e390855.tar.gz
gnunet-f0b02e3444d7653f2c1dabab449825b80e390855.zip
-docu
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 55bcbacef..bd9257db3 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -2003,7 +2003,12 @@ send_connect_ack_message (const struct GNUNET_HELLO_Address *address,
2003 2003
2004 2004
2005/** 2005/**
2006 * FIXME 2006 * Function called by the bandwidth tracker for a peer whenever
2007 * the tracker's state changed such that we need to recalculate
2008 * the delay for flow control. We calculate the latest delay
2009 * and inform the plugin (if applicable).
2010 *
2011 * @param cls the `struct NeighbourMapEntry` to update calculations for
2007 */ 2012 */
2008static void 2013static void
2009inbound_bw_tracker_update (void *cls) 2014inbound_bw_tracker_update (void *cls)