Skip to content

Several improvements and a bug fix

Compare
Choose a tag to compare
@litespeedtech litespeedtech released this 30 Dec 16:39
· 295 commits to master since this release
  • [FEATURE] Use occasional packet number gaps to detect optimistic ACK attacks.
  • [BUGFIX] Q050 client: all packet numbers are in the App PNS.
  • [OPTIMIZATION] Merge multi-range ACK frames, not just single-range ACK frames.
  • IETF QUIC: use RTT estimate in ack timeout calculation.
  • IETF handshake: abort conn when unexpected errors occur.
  • Use PING rather than MAX_DATA frames to elicit ACKs from peer.
  • Server: enforce 1200 byte Initial minimum packet size.
  • [CLEANUP] Remove code to disable gQUIC crypto.
  • [CLEANUP] Remove n_timestamps from ACK info struct.
  • Optimize driver: reuse previous ancillary message when possible.