code wiki / stun
topic: stun
6 modules sharing the stun name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_stun.nx | SOVEREIGN STUN (RFC 5389 / RFC 8489) message codec, NishiLang from the first byte up. | 89 | 15 |
| nx_stun_client.nx | SOVEREIGN STUN client (server-reflexive address discovery), NishiLang, composing | 133 | 8 |
| nx_stun_client_gate.nx | proves the sovereign STUN client two ways: | 133 | 7 |
| nx_stun_gate.nx | KAT the sovereign STUN codec BYTE-EXACT against the IETF's own RFC 5769 test vectors. | 122 | 8 |
| nx_stun_server.nx | SOVEREIGN STUN server (reflexive-address responder), NishiLang, composing nx_stun. | 79 | 7 |
| nx_stun_server_gate.nx | proves the sovereign STUN reflexive responder two ways: | 131 | 4 |