Skip to content

Commit

Permalink
put something to remoe confusion caused by this
Browse files Browse the repository at this point in the history
  • Loading branch information
vp817 authored May 15, 2024
1 parent 89b7f7d commit 100189f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@ This structure represents a capsule layer in a ValidDatagram.
| reliability | 3 bits | Big Endian | Type of reliability used |
| isSegmented | bit | N/A | If true, the packet is segmented |
| size | uint16 | Big Endian | Size of the buffer in bits |
| reliableCapsuleIndex | uint24 | Little Endian | Index used for reliable packets |
| sequencedCapsuleIndex | uint24 | Little Endian | Index used for sequenced packets |
| arrangement | CapsuleArrangement | N/A | Arrangement of the capsule used for sequenced and arranged packets |
| reliableCapsuleIndex | uint24 | Little Endian | Index used for reliable packets (it means use reliability for this) |
| sequencedCapsuleIndex | uint24 | Little Endian | Index used for sequenced packets (it means use reliability for this) |
| arrangement | CapsuleArrangement | N/A | Arrangement of the capsule used for sequenced and arranged packets (it means use reliability for this) |
| segment | CapsuleSegment | N/A | Segment of the capsule used when capsule is segmented |
| buffer | Buffer | N/A | Buffer data containing the data wanted to be sent through networks |

Expand Down

0 comments on commit 100189f

Please sign in to comment.