aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
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.h
parent61214906db3935fffcaa0170d1dd4d909c9c5c09 (diff)
downloadgnunet-ea3717b6ea09ac10b68f1b21de5ddc2d8da5e440.tar.gz
gnunet-ea3717b6ea09ac10b68f1b21de5ddc2d8da5e440.zip
remove limit_outbound, DCE
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/core.h b/src/core/core.h
index a1854ccb4..f57d2b597 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -255,11 +255,9 @@ struct RequestInfoMessage
255 uint32_t rim_id GNUNET_PACKED; 255 uint32_t rim_id GNUNET_PACKED;
256 256
257 /** 257 /**
258 * Limit the number of bytes of outbound traffic to this 258 * Reserved, always zero.
259 * peer to at most the specified amount (naturally, the
260 * amount is also limited by the receiving peer).
261 */ 259 */
262 struct GNUNET_BANDWIDTH_Value32NBO limit_outbound; 260 uint32_t reserved GNUNET_PACKED;
263 261
264 /** 262 /**
265 * Number of bytes of inbound traffic to reserve, can 263 * Number of bytes of inbound traffic to reserve, can