mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
[peerdist] Add individual block download mechanism
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user