code wiki / _hdl_build / nx_quic_pipe_test.nx
nx_quic_pipe_test.nx
buildroot/runtime/_hdl_build/nx_quic_pipe_test.nx
about
nx_quic_pipe_test.nx -- RUNG 8c.2 gate: the FULL resilient datagram pipe END-TO-END over a REAL UDP
socket. A block of video frames is FEC-encoded (R8a), each datagram carries [index][frame] in a
DATAGRAM frame (R1) sent over UDP (R8c.1); ONE source datagram is dropped IN TRANSIT (never sent =
simulated link loss); the receiver reconstructs it from the survivors + parity -- zero retransmit, the
thing that beats the TCP/ARQ stall. This proves the resilience exceed works on real sockets, sovereign.
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_quic_fec.nxnx_g_puts_lib.nxnx_quic_udp.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
| none |
functions
| 11 | func g_pn(v: i64) -> i64 called by 1: main |
| 20 | func g_check(name: *u8, cond: i64) -> i64 |
| 26 | func send_pkt(sfd: i64, port: i64, idx: i64, data: *u8, L: i64) -> i64 |
| 35 | func main() -> i64 |