Commit Graph

5 Commits

Author SHA1 Message Date
mochi
98875de568 Update test to match new FixedHeader struct 2022-01-28 21:06:43 +00:00
Rob Kennedy
1c408d05be Fix encodeLength for 32-bit platforms
When `int` is 32 bits, `MaxInt64` doesn't fit. It's apparent that
`encodeLength` expects to handle 64-bit inputs, so let's make that
explicit, which allows the test to run on all platforms.
2022-01-25 00:22:26 -06:00
mochi
7c7b8d58fe Return packets to internal
Now that we can alias types, there's no compelling reason to expose the packets library
2022-01-05 18:10:24 +00:00
mochi
66edb0564c expose packets library 2022-01-05 17:00:51 +00:00
Mochi
b6184987e8 Restructures code 2019-12-31 15:02:16 +00:00