summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown2015-08-17 14:16:33 +0200
committerMichael Brown2015-08-17 14:24:39 +0200
commitdc9d24e7d29ae6926fcafadbc8ca4089f0aae616 (patch)
tree0ff04cd3e1dddb1d789be0544e957536402e08ac /src/config
parent[http] Rewrite HTTP core to support content encodings (diff)
downloadipxe-dc9d24e7d29ae6926fcafadbc8ca4089f0aae616.tar.gz
ipxe-dc9d24e7d29ae6926fcafadbc8ca4089f0aae616.tar.xz
ipxe-dc9d24e7d29ae6926fcafadbc8ca4089f0aae616.zip
[peerdist] Add segment discovery mechanism
Signed-off-by: Michael Brown <mcb30@ipxe.org>
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 */