Skip to content

Commit

Permalink
update LTP wchar 's' details
Browse files Browse the repository at this point in the history
  • Loading branch information
iondev33 committed Oct 11, 2024
1 parent f092df7 commit 9d2605c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gh-pages/docs/ION-Watch-Characters.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ static void ionRedirectWatchCharacters()

`s` - segment received

* `(dxxx)s` -- received data segement with session number xxx
* `(rsxxx)s` -- received report segement with session number xxx
* `(rasxxx)s` -- received report ack segement with session number xxx
* `(csxxx)s` -- received cancel by source segement with session number xxx
* `(cas<xx)s` -- received cancel by source ack segement with session number xxx
* `(crxxx)s` -- received cancel by receiver segement with session number xxx
* `(carxxx)s` -- received cancel by receiver ack segement with session number xxx

`t` - block has been fully received

`@` - negative ACK received for block, segments retransmitted; `(xxx)@`
Expand Down

0 comments on commit 9d2605c

Please sign in to comment.