Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 802 Bytes

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 802 Bytes

Changelog

Unreleased

  • Add serde feature to support config serializing and deserializing
  • Add ConnectionInfo

0.1.4

  • Split IO into Stream and Sink
  • Fix some fragmentation bugs
  • Add FlushStrategy
  • Add Estimator based on RFC6298

0.1.3

  • 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

0.1.2

  • Fix fragmented packets boundary
  • Refactor lots of codes
  • Ensure all packets are delivered after poll_close
  • Add packet tracing powered by minitrace

0.1.1

  • Add tokio-udp feature