Closed tfausak closed 3 years ago
That was surprisingly easy.
Turns out the frames part is going to be harder. Since the stream size is part of the content, I'll have to carefully shuffle things around to avoid breaking anything. Once again #190 and #191 would be nice to have.
This will fix #201. For now I've done a lot of little clean up. Actually allowing the CRC to be skipped is going to be a little involved. Here's my game plan:
ByteString
. In other words it's just a wrapper around a byte string with the size and CRC.In other words:
Replay Section Section
Replay Header Section
Replay Header (Content Section)
Replay Header (Content Frames)