nx_fec_stripe_test.nx
buildroot/runtime/nx_fec_stripe_test.nx
about
nx_fec_stripe_test.nx -- 1:1 KAT for FEC-complementary striping
(nx_fec_stripe.nx). Proves the exceed over plain striping: a source
packet lost on its path with NO duplicate is reconstructed by repair
parity on the complementary path -- i.e. CORRELATED loss recovered.
EXHAUSTIVE: sweeps EVERY single-source-loss position (row FEC must
recover any 1-per-row loss). Plus a both-paths-lossy case, the honest
over-budget case, and the bandwidth-vs-duplication point.
expect_exit: 0
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_fec_stripe.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 14 | const SL: i64 = 4 // columns |
| 15 | const SD: i64 = 3 // rows |
| 16 | const SS: i64 = 4 // bytes/pkt (K = 12 source) |
functions
| 18 | func main() -> i64 |