Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vp817 authored May 15, 2024
1 parent 100189f commit f4ed8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ 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 |
| size | uint16 | Big Endian | Size of the buffer field down there in bits |
| 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) |
Expand Down

0 comments on commit f4ed8d3

Please sign in to comment.