nx_backend_probe.nx
buildroot/runtime/nx_backend_probe.nx
about
nx_backend_probe.nx -- probe the plain-HTTP library backend (:8095) on both the
deploy target (.227) and the public-DNS edge (.240) to settle the topology:
which box actually serves the 16K-taxon library after this deploy.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_http_proxy.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
| 6 | const K_MAGIC_262144: i64 = 262144 |
| 7 | const K_MAGIC_8095: i64 = 8095 |
functions
| 9 | func bp_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 10 | func bp_wr(p: *u8, n: i64) -> i64 { sys_write(1, p, n); return 0 } |
| 11 | func bp_putn(v: i64) -> i64 |
| 20 | func probe(ip: *u8, iplen: i64, req: *u8, label: *u8) -> i64 |
| 31 | func main() -> i64 calls 1: probe |