aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-30 12:52:36 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-30 12:52:36 +0000
commite54eeaca87f5bfbac6cb7cac51ab97c7af9613b6 (patch)
tree97ca9a3e93b49b436f96a5a32cb5962029bbeeec /src/transport/gnunet-service-transport_neighbours.c
parent4426147ec4b08114058e90caef181031b174909e (diff)
downloadgnunet-e54eeaca87f5bfbac6cb7cac51ab97c7af9613b6.tar.gz
gnunet-e54eeaca87f5bfbac6cb7cac51ab97c7af9613b6.zip
r36622 was supposed to set to YES, not NO
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 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.