aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-10 08:38:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-10 08:38:39 +0000
commitea3717b6ea09ac10b68f1b21de5ddc2d8da5e440 (patch)
tree722c7943c6820d66e5b12709e2c0c4f68e48f3d6 /src/core/core_api.c
parent61214906db3935fffcaa0170d1dd4d909c9c5c09 (diff)
downloadgnunet-ea3717b6ea09ac10b68f1b21de5ddc2d8da5e440.tar.gz
gnunet-ea3717b6ea09ac10b68f1b21de5ddc2d8da5e440.zip
remove limit_outbound, DCE
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 91368ffc3..c740f593c 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -1722,7 +1722,7 @@ GNUNET_CORE_peer_change_preference (struct GNUNET_CORE_Handle *h,
1722 rim->header.size = htons (sizeof (struct RequestInfoMessage)); 1722 rim->header.size = htons (sizeof (struct RequestInfoMessage));
1723 rim->header.type = htons (GNUNET_MESSAGE_TYPE_CORE_REQUEST_INFO); 1723 rim->header.type = htons (GNUNET_MESSAGE_TYPE_CORE_REQUEST_INFO);
1724 rim->rim_id = htonl (pr->rim_id = h->rim_id_gen++); 1724 rim->rim_id = htonl (pr->rim_id = h->rim_id_gen++);
1725 rim->limit_outbound = GNUNET_BANDWIDTH_VALUE_MAX; // FIXME: remove entirely soon... 1725 rim->reserved = htonl (0);
1726 rim->reserve_inbound = htonl (amount); 1726 rim->reserve_inbound = htonl (amount);
1727 rim->preference_change = GNUNET_htonll (preference); 1727 rim->preference_change = GNUNET_htonll (preference);
1728 rim->peer = *peer; 1728 rim->peer = *peer;