aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-17 18:54:24 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-17 18:54:24 +0000
commiteff03be5f558b51394b9944ccaed081076c2b727 (patch)
tree4fe707c5fe4a2f396158dd321fc6be8c53f4d56a /src/transport/gnunet-service-transport_neighbours.h
parentaaafd5589c44a8bed0b55e395a7d5780f6f384a3 (diff)
downloadgnunet-eff03be5f558b51394b9944ccaed081076c2b727.tar.gz
gnunet-eff03be5f558b51394b9944ccaed081076c2b727.zip
-do not export set_incoming_quota past file, it is not used beyond the scope
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 8d2139d94..687776f88 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -145,17 +145,6 @@ GST_neighbours_keepalive_response (const struct GNUNET_PeerIdentity *neighbour,
145 145
146 146
147/** 147/**
148 * Change the incoming quota for the given peer.
149 *
150 * @param neighbour identity of peer to change qutoa for
151 * @param quota new quota
152 */
153void
154GST_neighbours_set_incoming_quota (const struct GNUNET_PeerIdentity *neighbour,
155 struct GNUNET_BANDWIDTH_Value32NBO quota);
156
157
158/**
159 * If we have an active connection to the given target, it must be shutdown. 148 * If we have an active connection to the given target, it must be shutdown.
160 * 149 *
161 * @param target peer to disconnect from 150 * @param target peer to disconnect from