nx_mse_wire_gate.nx
buildroot/runtime/nx_mse_wire_gate.nx
about
nx_mse_wire_gate.nx -- loopback gate for the reusable MSE wire library (nx_mse_wire).
Proves: mse_connect <-> mse_accept complete the handshake, then mse_write/mse_read carry an ENCRYPTED
BitTorrent-handshake + payload BOTH directions, decrypting byte-perfect; plus the plaintext/MSE demux
classifier. This is the API the seeder + downloader adopt. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_mse_wire.nxnx_connect.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
| 9 | const WG_PORT: i64 = 53911 |
functions
| 11 | func wg_sockaddr(sa: *u8, port: i64, a: i64, b: i64, c: i64, d: i64) -> i64 called by 1: main |
| 16 | func wg_eq(a: *u8, b: *u8, n: i64) -> i64 { var i: i64=0; while i<n { if a[i]!=b[i] { return 0 } i=i+1 } return 1 } called by 1: main |
| 18 | func main() -> i64 |