- Add
serde
feature to support config serializing and deserializing - Add
ConnectionInfo
- Split
IO
intoStream
andSink
- Fix some fragmentation bugs
- Add
FlushStrategy
- Add
Estimator
based on RFC6298
- Preliminary implementing RFC6298 RttEstimator
- Zero copy packets decoding
- Support offline packets lifetime span tracing
- Add experimental
Ping
for clients - Reduced the overhead when calling
poll_close
- By introducing a simple time reactor
- Add examples for E2E tracing
- Fixed some API call issues
- Fix fragmented packets boundary
- Refactor lots of codes
- Ensure all packets are delivered after
poll_close
- Add packet tracing powered by
minitrace
- Add
tokio-udp
feature