[peerdist] Add segment discovery mechanism

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-08-17 13:16:33 +01:00
parent 518a98eb56
commit dc9d24e7d2
4 changed files with 671 additions and 0 deletions

View File

@@ -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 */