Skip to content

Releases: MemoriesOfTime/raknet-rs

Release v0.1.3

20 Jul 16:02
Compare
Choose a tag to compare

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.

Release v0.1.2

17 Jul 06:35
Compare
Choose a tag to compare

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