nx_quic_relay.nx
buildroot/runtime/nx_quic_relay.nx
about
nx_quic_relay.nx -- RUNG 8b of the sovereign QUIC transport: the relay's datagram FAN-OUT. The family
video room is a relay: a DATAGRAM (R1) arriving from one peer is re-framed and broadcast to every OTHER
peer (never echoed to the sender). The relay forwards the payload OPAQUELY -- it never inspects the FEC
(R8a), so each receiving peer recovers its own losses end-to-end. This is the server-side core of the
live wire-in, gated in isolation (no sockets, no live call). Composes R1's DATAGRAM frame. No float.
license_tier: ORIGINAL
dependencies 1 imports · 1 importers
imports: nx_quic_wire.nx
imported by: nx_quic_relay_test.nx
structs
| none |
consts
| none |
functions
| 12 | func quic_relay_broadcast(n_peers: i64, from_idx: i64, payload: *u8, plen: i64, out_bufs: *u8, buf_cap: i64, out_lens: *i64) -> i64 |
| 29 | func main() -> i64 { return 0 } |