aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-22 20:16:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-22 20:16:14 +0000
commit3a81c3e236a3679c0c0676d814c71d9ae5f38ec3 (patch)
tree5c1975092f28f3f94fa19902bc7fbd0b773eaf6c /src/include
parentf3910e0b479e7a4693d8dc5341e4c8a2769c1aaa (diff)
downloadgnunet-3a81c3e236a3679c0c0676d814c71d9ae5f38ec3.tar.gz
gnunet-3a81c3e236a3679c0c0676d814c71d9ae5f38ec3.zip
eliminating GNUNET_TRANSPORT_set_quota code
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_transport_service.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 40e3fca5b..5f719f859 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -170,22 +170,6 @@ GNUNET_TRANSPORT_try_connect (struct GNUNET_TRANSPORT_Handle *handle,
170 170
171 171
172/** 172/**
173 * Set the share of incoming/outgoing bandwidth for the given
174 * peer to the specified amount.
175 *
176 * @param handle connection to transport service
177 * @param target who's bandwidth quota is being changed
178 * @param quota_in incoming bandwidth quota
179 * @param quota_out outgoing bandwidth quota
180 */
181void
182GNUNET_TRANSPORT_set_quota (struct GNUNET_TRANSPORT_Handle *handle,
183 const struct GNUNET_PeerIdentity *target,
184 struct GNUNET_BANDWIDTH_Value32NBO quota_in,
185 struct GNUNET_BANDWIDTH_Value32NBO quota_out);
186
187
188/**
189 * Opaque handle for a transmission-ready request. 173 * Opaque handle for a transmission-ready request.
190 */ 174 */
191struct GNUNET_TRANSPORT_TransmitHandle; 175struct GNUNET_TRANSPORT_TransmitHandle;