nx_fetch_probe.nx
buildroot/runtime/nx_fetch_probe.nx
about
nx_fetch_probe.nx -- GENERAL fetch-reachability diagnostic: nx_fetch_probe <url>. Reports, for any URL, what
the sovereign fetcher sees: TLS1.3 GET status/bytes, chrome-fingerprint GET, and Range(0-65535) support
(206 vs 200 vs fail). Reworked (not retired) from the one-off BeerQA probe (rework-dont-retire doctrine) --
this is the standing "why can't we fetch X" tool that pinned nlp.stanford.edu as connect-unreachable.
Usage: build once via nx_sov_build_run (usage run exits 0), then: /tmp/nx_fetch_probe.sov.elf <url>
expect_exit: 0 license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_research_engine.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
| 8 | const K_MAGIC_131072: i64 = 131072 |
| 9 | const K_MAGIC_65535: i64 = 65535 |
functions
| 12 | func fp_rc(n: i64) -> i64 |
| 23 | func fp_get(label: *u8, url: *u8, store: *TrustStore, chrome: i64) -> i64 |
| 36 | func main(argc: i64, argv: *i64) -> i64 |