nx_mse_scan_gate.nx
buildroot/runtime/nx_mse_scan_gate.nx
about
nx_mse_scan_gate.nx -- proves mw_recv_scan (the MSE stream-sync primitive) skips an arbitrary-length pad
and positions the stream right after the matched pattern -- i.e. the mainstream-peer interop path (real
clients send random PadA/PadB before req1/VC). Uses a pipe: write [37-byte pad][20-byte pattern][10 tail],
scan for the pattern, then read the tail back. license_tier: ORIGINAL depends: nx_mse_wire
dependencies 2 imports · 0 importers
imports: nx_mse_wire.nxnx_gate_verdict.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
| none |
functions
| 8 | func sg_p(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } called by 1: main |
| 10 | func main() -> i64 |