Skip to content

TQUIC v0.12.0

Compare
Choose a tag to compare
@iyangsj iyangsj released this 27 May 05:20
· 99 commits to develop since this release
00b508f

Added

  • Buffer disordered zero rtt packets on the server endpoint
  • Add dummy congestion controller for testing and expriments
  • Tweak configurations and initialization of flow control
  • Improve comments of bbr congestion control algorithm
  • Add workflow and plot tools for benchmarking
  • tquic_tools: add the version option

Fixed

  • Fix dropping datagrams from unknown connections on the client endpoint
  • Fix handling restart from idle for bbr/bbr3 algorithms
  • tquic_tools: resolve minor issues