Breaking Changes:
- The
quiche_conn_stream_recv()
andquiche_conn_stream_send()
FFI functions now take an additional parameterout_error_code
used to return more specific error information to the caller (similarly to what the Rust API already does).
Highlights:
- Added number of acked bytes to the
Stats
structure. - The
libquiche.so
library, that exposes FFI bindings for C, will now have SONAME information. - Added configuration option to change the anti-amplification limit factor (default will still be "3", per RFC 9000).
- Many more bug fixes and performance improvements.
Full changelog at 0.21.0...0.22.0