Bug Fixes
- Tcp refuse-existing-bundles behavior fixed, cla local/global options introduced (#10) (c950799)
- Pinned tokio version to 1.15.0 to work around bug in 1.16.1 (828bba3)
- Forced socket non-blocking for compability with new tokio releases (a4c4d5e)
Features
- Add bundle retransmission prevention extension to TCPCL (#8) (686c5f9)
- (re)process oldest bundles first (adc9db1)
- Added creation timestamp as well as received time to bundlepack meta data (94e93e5)
- Peer address can be a generic broadcast, e.g., for use with LoRa (d12495d)
Miscellaneous Tasks
- Removed dead code for transmission counters (0e04358)
Refactor
- Changed websocket json data mode to encode byte buffers as base64 (48f986d)
- Changed from tokio mutex to parking_lot for websockets (47ddaa5)
- Change project to workspace and include codegen crate (#11) (b3ebd22)
Styling
- Fixed string related remarks found by clippy (3c6b7ad)
Testing
- Changed clab tests to use TCPCL instead of MTCPCL (42e6e20)