File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ arrangement of a typical network packet (e.g. MAC -> IP -> TCP -> HTTP). At the
61
61
highest layer a block consists of some number (~ 100+) FEC sets. A single FEC
62
62
set contains a handful of shreds (~ 32). Once sufficient shreds are available
63
63
the raw block data is reconstructed and reinterpreted as an array of entry
64
- batches. Entry batches do not cross shred boundaries.
64
+ batches. Entry batches are aligned with shred boundaries (i.e. they will
65
+ start/stop at a shred boundary).
65
66
66
67
This SIMD add the following footer at the end of the raw block data. This
67
68
puts it on the same abstraction layer as serialized entry batch data. Put
@@ -280,7 +281,7 @@ Sample Response Payload
280
281
281
282
While it is possible to make the block footer optional thanks to the
282
283
` block_footer_flag ` field, this proposal makes it mandatory. Blocks that don't
283
- include a valid footer in the block payload will be flagged as dead blocks and
284
+ include a valid footer in the block payload must be flagged as dead blocks and
284
285
skipped by the other nodes in the cluster.
285
286
286
287
## Alternatives Considered
You can’t perform that action at this time.
0 commit comments