[Bug 259334] net/quiche: Update to 0.10.0
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 259334] net/quiche: Update to 0.10.0"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 259334] net/quiche: Update to 0.10.0"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 259334] net/quiche: Update to 0.10.0"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 259334] net/quiche: Update to 0.10.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 09:43:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259334 Bug ID: 259334 Summary: net/quiche: Update to 0.10.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: gspurki@gmail.com CC: junho.choi@gmail.com CC: junho.choi@gmail.com Flags: maintainer-feedback?(junho.choi@gmail.com) Created attachment 228916 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228916&action=edit Update to 0.10.0 Breaking Changes: -The h3::Config::set_max_header_list_size() method was renamed to h3::Config::set_max_field_section_size() to align to the renaming of the corresponding HTTP/3 setting in the spec. -Support for building with Android NDK < 19 was dropped. Highlights: -Support for Proportional Rate Reduction (RFC6937) for the CUBIC congestion control algorithm. -Support for Hystart++ draft-03 for both CUBIC and Reno. -Support for loss recovery adaptive packet reordering thresholds. -New APIs added to send and receive DATAGRAM frames as Vec<u8> to avoid copying data (see Connection::dgram_send_vec() and Connection::dgram_recv_vec()). -Support for qlog draft-02. -New APIs added to: expose the server name requested by the client (Connection::server_name()), expose the locally-generated connection error (Connection::local_error()), expose whether the connection timed-out (Connection::is_timed_out()). -Many bug fixes and performance improvements. https://github.com/cloudflare/quiche/releases/tag/0.10.0 -- You are receiving this mail because: You are the assignee for the bug.