aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a964172f1..9f4982b67 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_NO 44#define IGNORE_INBOUND_QUOTA GNUNET_YES
45 45
46/** 46/**
47 * Size of the neighbour hash map. 47 * Size of the neighbour hash map.