Wesley Rosenblum
Wesley Rosenblum
- [ ] Track changes in a path (RTT Estimate changing) to determine if that path should be probed - It is RECOMMENDED that methods are robust to path changes...
`handle_cleartext_payload` currently requires 8 arguments, which is more than Clippy is happy with. We should potentially gather some of the arguments into a Struct to simplify - there are a...
While testing interoperability of the Quant client, we've encountered an issue related to Quant's handling of [NEW_CONNECTION_ID frames](https://tools.ietf.org/html/draft-ietf-quic-transport-32#section-19.15). One scenario that triggers these issues involves a peer that issues a...
On [stream.rs#L28-L29](https://github.com/hyperium/h3/blob/master/h3/src/stream.rs#L28-L29), `stream.send_data` is called prior to `stream.poll_ready`. `stream.poll_ready` should be called first, similar to as described in https://docs.rs/futures/latest/futures/sink/trait.Sink.html#tymethod.poll_ready. Thanks for considering this issue, and let me know if you...
### Description of changes: This change fixes the behavior of BBR during Startup so that when loss is encountered during Startup, the short term data volume and data rate bounds...
### Description of changes: This change adds a fuzz test and Kani proof that inserting a packet number into the Sliding Window data structure will be detected as a duplicate...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
### Problem: From [Low Latency, Low Loss, Scalable Throughput (L4S) Internet Service: Architecture](https://datatracker.ietf.org/doc/html/draft-ietf-tsvwg-l4s-arch-19): > This document describes the L4S architecture, which enables Internet applications to achieve Low queuing Latency, Low...
Generating a coverage report for the `first-steps-v2` file produces an output with many non-covered lines: ../kani/docs/src/tutorial/first-steps-v2 $ cargo kani --visualize --harness verify_success This was on an Mac M1 Pro
s2n-quic received an [issue](https://github.com/aws/s2n-quic/issues/1461) pointing out that the QUIC interop HTTP/3 test between s2n-quic server and Kwik client fails. s2n-quic server receives HTTP/3 requests for 3 files, but hyperium/h3 does...