Commit be4b4e7
docs/JAMULUS_PROTOCOL.md: address review — drop redundant UDP wording, set the scene for connection-based vs connectionless, state the retransmit bound
- "connectionless UDP packets" was doubly redundant: UDP is inherently
both connectionless and packet-based.
- The text used "connection-based" and "established audio connection"
right after calling the transport connectionless, with no explanation.
Added a sentence defining what counts as connected in Jamulus terms,
so the two message-class names have something to refer to.
- The retransmit sentence stopped at "until the acknowledgement arrives".
There is in fact no retry counter: OnTimerSendMess() re-sends and
SendMessage() restarts the timer while the queue is non-empty, so the
loop is bounded only by an ACKN popping the queue or CProtocol::Reset()
clearing it (disconnect, time-out, protocol disabled). Stated that,
plus the concrete 400 ms value.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 2386d21 commit be4b4e7
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
0 commit comments