You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were previously double-counting nested packet sizes: both in the
parent packet's `MINIMUM_SIZE`, and again when calling the inner
`packet_size()`. This wasn't an issue when the only nested packets were
`Repeated<..>` (with a minimum size of 0), but #16 lets us nest a
**single** header within another.
0 commit comments