Bug Fixes
- Fixed registering of non-singleton endpoints during startup of dtnd (fa60ee1)
- Removed misleading log message about "peer not seen" for static peers (cb961d4)
- Made all test shell scripts normalize bundle counting output (d522500)
- DtnPeer doctests would fail in some cases as static peers never timeout. Now only dynamic ones are generated for the test. (cd4b2ac)
- Changed cbor decoding to also work on 32bit machines (78087ad)
- Upgraded to axum 0.3 to fix long compile times with rustc 1.56 (4455b6f)
Styling
- Removed unneeded import in http cla (34709ba)
Testing
- Added test for non-singleton group communication (eef9a78)