[peerdist] Add individual block download mechanism

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

View File

@@ -17,6 +17,18 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/* Drop every N transmitted or received PeerDist discovery packets */
#define PEERDISC_DISCARD_RATE 0
/* Annul every N PeerDist download attempts */
#define PEERBLK_ANNUL_RATE 0
/* Stall every N PeerDist download attempts */
#define PEERBLK_STALL_RATE 0
/* Abort every N PeerDist download attempts */
#define PEERBLK_ABORT_RATE 0
/* Corrupt every N received PeerDist packets */
#define PEERBLK_CORRUPT_RATE 0
#include <config/local/fault.h>
#endif /* CONFIG_FAULT_H */