Skip to content

v1.52.0

Latest
Compare
Choose a tag to compare
@jouho jouho released this 07 Jan 23:47
2f357d5

Summary

  • Adds a new event, on_connection_close_frame_received. This event contains additional details from the CONNECTION_CLOSE frame received from the peer, particularly the reason the connection closed (if provided).
  • Adds stream batching functionality to s2n-quic sending behavior. Stream batching is a sending strategy which provides each stream with the opportunity to fill up a packet "batch-size" times, before then passing that priority to the next stream.
  • Adds address and connection ID information to the on_datagram_dropped event. NOTE: This is a breaking change if your application stores the DatagramDropped events, as a named lifetime was added to the struct.

What's Changed

New Contributors

Full Changelog: v1.51.0...v1.52.0