nx_pathstripe_test.nx
buildroot/runtime/nx_pathstripe_test.nx
about
nx_pathstripe_test.nx -- 1:1 KAT for multi-path striping / seamless
protection switching (nx_pathstripe.nx). Proves SMPTE-2022-7-class
behaviour: with two paths whose losses DISJOINT, every packet is
delivered exactly once in order with ZERO recovery time; a packet lost
on ALL paths is honestly reported lost (never blocks); duplicates are
deduped; and top-K striping picks the best-quality paths.
expect_exit: 0
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_pathstripe.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
| 13 | const PW: i64 = 64 // reorder window |
| 14 | const PN: i64 = 16 // packets in the stream |
functions
| 16 | func dropped(seq: i64, d0: i64, d1: i64, d2: i64) -> i64 called by 1: feed_path |
| 23 | func feed_path(rx: *StripeRx, slots: *i64, log: *i64, d0: i64, d1: i64, d2: i64) -> i64 |
| 34 | func mk_flow(srtt: i64, jit: i64, loss_q16: i64) -> *LinkFlow |
| 42 | func main() -> i64 |