topic: torrent
40 modules sharing the torrent name family (derived from the tree's prefix discipline).
The 'torrent' topic family in the Nishi sovereign ecosystem manages torrent-related operations with strict access control and performance benchmarking. Modules like nx_torrent_access define policies for downloads and streaming by area, while nx_torrent_authn resolves viewer levels from opaque sessions to enforce security. nx_torrent_bench tracks and compares torrent performance against verified standards, ensuring reliability and fairness in data transfer within the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_torrent_access.nx | ACCESS POLICY for torrent downloads + watch-while-stream, by AREA. | 48 | 2 |
| nx_torrent_access_gate.nx | referee for the torrent download/stream AREA access policy. | 68 | 6 |
| nx_torrent_area_gate.nx | referee for the torrent daemon's R2 two-area routing + isolation. | 87 | 8 |
| nx_torrent_authn.nx | R3: resolve a request's VIEWER LEVEL from its OPAQUE session, DENY-BY-DEFAULT. | 91 | 9 |
| nx_torrent_authn_gate.nx | referee for the R3 session->level resolver (real OPAQUE, synthetic realm). | 99 | 10 |
| nx_torrent_backoff_gate.nx | does the seeder stop burning a core when nothing it accepts can be served? | 176 | 7 |
| nx_torrent_bench.nx | the 1:1 torrent leaderboard, graded vs RESEARCH-VERIFIED incumbents. | 148 | 8 |
| nx_torrent_bench_register.nx | registers the deterministic swarm simulator/engine + the 1:1 | 52 | 2 |
| nx_torrent_bench_test.nx | KAT for the torrent leaderboard + emits the table to stdout. | 67 | 2 |
| nx_torrent_capbench.nx | MULTIVARIATE COMPETITIVE CAPABILITY BENCHMARK (S-class feature, B0-B2). | 186 | 8 |
| nx_torrent_caps_register.nx | registers the two new sovereign-torrent capabilities | 54 | 2 |
| nx_torrent_clean.nx | SOVEREIGN disk purge of leftover torrent folders. A folder is DELETED only | 113 | 10 |
| nx_torrent_competitor_census.nx | the TORRENT lane's COMPETITOR-FEATURE census: how much of the qBittorrent/ | 120 | 11 |
| nx_torrent_daemon.nx | the UI enabler (X-TORRENT-UI-001): an HTTP daemon that | 1321 | 61 |
| nx_torrent_daemon_gate.nx | SOVEREIGN verification of the MULTI-TORRENT /torrent daemon | 154 | 9 |
| nx_torrent_doctor.nx | SOVEREIGN torrent diagnostic (replaces shell dumps; SHELL IS BLEED). Scans the | 110 | 9 |
| nx_torrent_extract.nx | split a completed/partial download.part into the REAL files the torrent | 201 | 14 |
| nx_torrent_gateway.nx | R3c: the FRONT GATEWAY that puts /torrent on the hub, GATED. Mirrors the proven | 206 | 13 |
| nx_torrent_gateway_gate.nx | referee for the R3c front gateway's security keystone (imports the gateway, | 71 | 7 |
| nx_torrent_get.nx | the DOWNLOAD WORKER (X-TORRENT-LIVE-001 L5): magnet -> a real file on disk + | 1016 | 30 |
| nx_torrent_gw.nx | the MEDIA/TORRENT acquirer's OPAQUE auth gateway (loopback HTTP, :18793). | 212 | 13 |
| nx_torrent_heal_research_fetch.nx | SOVEREIGN multi-source web-fetch for the TORRENT-HEAL / "resurrect | 110 | 5 |
| nx_torrent_health.nx | S-CLASS FUNCTIONAL HEALTH MONITOR for /torrent (the "s-class exceed" | 308 | 23 |
| nx_torrent_keep.nx | SOVEREIGN local keeper for the /torrent media daemon (:8097). | 77 | 6 |
| nx_torrent_keep_gate.nx | SOVEREIGN proof that the local keeper (nx_torrent_keep) supervises the media | 104 | 7 |
| nx_torrent_leech_probe.nx | pull a WHOLE file off a BitTorrent seeder + verify every piece. | 204 | 7 |
| nx_torrent_live_probe.nx | sovereign machine-proof that /torrent is LIVE on nishifamily.com. | 118 | 4 |
| nx_torrent_mkinfo.nx | BUILD a BEP-3 v1 single-file torrent info-dict from a REAL file. | 164 | 16 |
| nx_torrent_peer_dl.nx | ORCHESTRATION (X-TORRENT-LIVE-001): a single-peer FULL-FILE download | 225 | 11 |
| nx_torrent_rate_hash_register.nx | registers the choker's rate-EMA fuel + the hashing-throughput | 52 | 2 |
| nx_torrent_reseed.nx | register EVERY completed download in an area into the seeder registry so we SHARE | 102 | 7 |
| nx_torrent_seed.nx | SOVEREIGN BitTorrent SEEDER (the missing UPLOAD half of the stack). | 563 | 33 |
| nx_torrent_seed_gate.nx | SOVEREIGN LOOPBACK GATE for the BitTorrent SEEDER (nx_torrent_seed). | 166 | 3 |
| nx_torrent_seedeval.nx | SEEDER EVALUATION (operator: "are we too scarce, or ignoring what's out | 121 | 5 |
| nx_torrent_shell.nx | R4a: the Nishi-EMITTED /torrent frontend (the gs_shell pattern -- a Nishi organ emits | 32 | 3 |
| nx_torrent_shell_gate.nx | referee for the R4a Nishi-emitted /torrent frontend. PROVES the emitted markup | 54 | 7 |
| nx_torrent_sota_fetch.nx | SOVEREIGN multi-source fetch of the REAL torrent-client STATE OF THE ART, so the | 81 | 5 |
| nx_torrent_stream_gate.nx | verify the stream-while-downloading logic against REAL data, with NO | 59 | 1 |
| nx_torrent_stream_live_gate.nx | LIVE verification of the deployed /torrent/stream endpoint. | 67 | 8 |
| nx_torrent_up.nx | SOVEREIGN bring-up + lifecycle for the /torrent UI stack (X-TORRENT-UI-002). | 156 | 10 |