Skip to content

Releases: litespeedtech/lsquic

Fix RETIRE_CONNECTION_ID frame abuse

12 Mar 23:45
Compare
Choose a tag to compare
  • Fix RETIRE_CONNECTION_ID frame abuse.
  • Fix some assert failures.

Fix 0-RTT packet validation, update docker build

29 Feb 16:04
Compare
Choose a tag to compare
  • Fix overly strict 0-RTT packet DCID validation.
  • Update docker build.

Fix ACK and CONNECTION_CLOSE

24 Feb 00:01
Compare
Choose a tag to compare
  • Fix ACK handling.
  • Do not apply congestion control to CONNECTION_CLOSE frame.

More STREAM_BLOCKED fixes

07 Feb 17:35
Compare
Choose a tag to compare
  • Fix CPU spinning due to sending STREAM_BLOCKED frame.

Fix sending STREAM_BLOCKED frame

06 Feb 00:15
Compare
Choose a tag to compare
  • Address high CPU usage related to sending STREAM_BLOCKED frame

Fix DCID validation and CPU spin

09 Jan 04:12
Compare
Choose a tag to compare
  • Fix DCID validation.
  • Fix CPU spinning due to pending STREAM_BLOCKED frame.

Fix session resumption

26 Dec 15:45
Compare
Choose a tag to compare
  • Fix session resumption bug introduced in 4.0.2.

RFC compliance, memory bug fixes and fine tunings

20 Dec 03:52
Compare
Choose a tag to compare
  • More strict RFC compliance.
  • Minimize packet generated when send STREAM_BLOCKED frame
  • Fix memory management bugs.
  • Fix memory leak in unit tests.

Optimize STREAM_BLOCKED frame generation

28 Aug 22:15
Compare
Choose a tag to compare
  • Avoid putting STREAM_BLOCKED frame in a separate packet.

Fix send_ctl, logging, CID storage

01 Jun 19:48
cdb206d
Compare
Choose a tag to compare
  • Fix send_ctl bug.
  • Make log ID consistent
  • Reduce memory usage for storing CIDs.