aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-29 13:17:48 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-29 13:17:48 +0000
commit6486831b520ad18632aa117ee8c15305d6b89c29 (patch)
tree21464434cf56127f50b41cd57f0c2b2c8e5ea1c9 /src/transport/gnunet-service-transport_neighbours.c
parent5a1dc6f2e3f8a112651c8d5aecf0e0a45f53f97e (diff)
downloadgnunet-6486831b520ad18632aa117ee8c15305d6b89c29.tar.gz
gnunet-6486831b520ad18632aa117ee8c15305d6b89c29.zip
-stop ignoring the option; #4009 should be fixed by other changes
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 9f4982b67..a964172f1 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -41,7 +41,7 @@
41 * Experimental option to ignore SessionQuotaMessages from 41 * Experimental option to ignore SessionQuotaMessages from
42 * the other peer. 42 * the other peer.
43 */ 43 */
44#define IGNORE_INBOUND_QUOTA GNUNET_YES 44#define IGNORE_INBOUND_QUOTA GNUNET_NO
45 45
46/** 46/**
47 * Size of the neighbour hash map. 47 * Size of the neighbour hash map.