Skip to content

Commit 3935e79

Browse files
secupclaude
andcommitted
docs: correct keepalive cap claim — universal busy-gate caps at 16.1s (F292), not 8s; CCA is more conservative than listen-before-ACK (honest trade for universal safety); burstAir-only refinement filed
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019btwFxDt7D19SZSqPYvZnk
1 parent 5c4b9e8 commit 3935e79

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

docs/CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,16 @@ skips while a burst is arriving — self-gating, universal. So the 8 s keepalive
9595
is now DEFAULT-ON (opt-out ULTRA_KEEPALIVE_ACK=0).
9696

9797
Verified: UltraTncSimAudio — which default-on BROKE before the gate (264 s
98-
timeout) — now PASSES (58.8 s) with default-on. Full ctest 86/86. The 8 s
99-
stall-cap (rig-proven F290/F291) is unchanged on the GUI: after a rejected
100-
burst the channel is idle → busy=false → keepalive fires at 8 s exactly as
101-
before. Answers the operator's "no ACK at SNR 25": the 44 s marginal-SNR stall
102-
is now capped at 8 s everywhere.
98+
timeout) — now PASSES (58.8 s) with default-on. Full ctest 86/86. Rig F292
99+
(default-on, no env, MPG@25): delivered CRC-clean, max ACK-silence gap **16.1 s**
100+
(down from OFF's 36.7 s). HONEST NOTE: this is LOOSER than the GUI-only 8.0 s
101+
(F290/F291) — the connection busy-gate checks channelBusyForTx (CCA), which
102+
reads residual energy conservatively and delays the keepalive past 8 s, vs the
103+
app's tighter listen-before-ACK clear-confirmation. Trade: universal safety
104+
(GUI+TNC) for ~8 s of cap tightness. Still a big win (36.7→16.1 s). Answers the
105+
operator's "no ACK at SNR 25". REFINEMENT (filed): gate on burstAirSamplesRemaining
106+
only (drop CCA) to recover the ~8 s cap universally — bounded residual risk of a
107+
burst-HEAD-window collision; validate on the TNC before flipping.
103108

104109
---
105110

0 commit comments

Comments
 (0)