diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-08-17 13:16:33 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-08-17 13:24:39 +0100 |
commit | dc9d24e7d29ae6926fcafadbc8ca4089f0aae616 (patch) | |
tree | 0ff04cd3e1dddb1d789be0544e957536402e08ac /src/config | |
parent | 518a98eb56f073c4fd1f20c730e474a6f2c8c2e9 (diff) | |
download | ipxe-dc9d24e7d29ae6926fcafadbc8ca4089f0aae616.tar.gz |
[peerdist] Add segment discovery mechanism
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-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 */ |