r36622 was supposed to set to YES, not NO
authorChristian Grothoff <christian@grothoff.org>
Fri, 30 Oct 2015 12:52:36 +0000 (12:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 30 Oct 2015 12:52:36 +0000 (12:52 +0000)
src/transport/gnunet-service-transport_neighbours.c

index a964172f118290eb25bf3e3866abae5afaee8e98..9f4982b67248dc87cdbac6b5977ebaa02cd40a1c 100644 (file)
@@ -41,7 +41,7 @@
  * Experimental option to ignore SessionQuotaMessages from
  * the other peer.
  */
-#define IGNORE_INBOUND_QUOTA GNUNET_NO
+#define IGNORE_INBOUND_QUOTA GNUNET_YES
 
 /**
  * Size of the neighbour hash map.