summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/fault.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/fault.h b/src/config/fault.h
index a05aecd5..24c8db41 100644
--- a/src/config/fault.h
+++ b/src/config/fault.h
@@ -14,6 +14,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/* Drop every N transmitted or received network packets */
#define NETDEV_DISCARD_RATE 0
+/* Drop every N transmitted or received PeerDist discovery packets */
+#define PEERDISC_DISCARD_RATE 0
+
#include <config/local/fault.h>
#endif /* CONFIG_FAULT_H */