Date: Thu, 21 Oct 2021 09:43:24 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259334] net/quiche: Update to 0.10.0 Message-ID: <bug-259334-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259334 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=3D228916&action= =3Dedit 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.=20=20=20 -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 cop= ying 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259334-7788>