diff options
Diffstat (limited to 'src/config/fault.h')
-rw-r--r-- | src/config/fault.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/fault.h b/src/config/fault.h index a05aecd55..24c8db418 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 */ |