nodeOpen#63267c++lib / srcexperimental
quic: apply multiple quic performance and packet handling improvements
Improved QUIC performance and packet handling, yielding a 10% increase in requests per second.
5 substantial PRs, 5 open/draft. 2 in node, 3 in workerd.
Improved QUIC performance and packet handling, yielding a 10% increase in requests per second.
Implemented an experimental DTLS API, based on OpenSSL's built-in DTLS support.
Replaced jsg::BufferSource with JsArrayBuffer and related APIs, and performed mechanical updates and small fixes.
Optimized Promise handling with short-circuiting behavior for already rejected or resolved promises.
Introduced a new Request(Proxy(Request)) approach to address an existing issue.