Added proper state managemment
Fixed state posting to peer
Added flushes to ensure data is sent in the proper order
Added permissive mode to error-checks (optional)
Properly implemented full-packet stream interruption
- Partial stream implements ostream
- Added state management for starting or stopping partial streams
- Stream can be paused to write full messages without ending "stream session"
- Stream supports buffering to prevent sending small packets
Abstracted associatedData away to what is essentially a map
- Standard packet for messages smaller than or precisely 16KiB
- Sparse packet: separates the message over a set of memory blocks with a maximum size of 16KiB. Maximum theoretical size (reading may not work) 2^128 ish
Started replacing packet management system with new system