Allow coding shred index to be different than data shred index (#7438)
* Allow coding shred index to be different than data shred index * move fec_set_index to shred's common header * fix bench
This commit is contained in:
@ -63,6 +63,7 @@ fn test_multi_fec_block_coding() {
|
||||
MAX_DATA_SHREDS_PER_FEC_BLOCK as usize,
|
||||
MAX_DATA_SHREDS_PER_FEC_BLOCK as usize,
|
||||
shred_start_index,
|
||||
shred_start_index,
|
||||
slot,
|
||||
)
|
||||
.unwrap();
|
||||
|
Reference in New Issue
Block a user