-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
BugSomething isn't workingSomething isn't workingMinorThis issue or PR contains minor changesThis issue or PR contains minor changesUnconfirmedThis bug/issue has not been confirmed yetThis bug/issue has not been confirmed yet
Description
Why is it counted as 20 when the correct size is 23?
Line 60 in 2af4c5a
| pub const RAKNET_HEADER_FRAME_OVERHEAD: u16 = 20 + 8 + 8 + 4 + 20; |
1 byte (flags) + 2 bytes (payload length) + 3 bytes (reliable index) + 3 bytes (sequence index) + 3 bytes (order index) + 1 byte (order channel) + 4 bytes (compound size) + 2 bytes (compound id) + 4 bytes (compound index) = 23
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingMinorThis issue or PR contains minor changesThis issue or PR contains minor changesUnconfirmedThis bug/issue has not been confirmed yetThis bug/issue has not been confirmed yet