Anthony Rossi
Anthony Rossi
### Describe the feature you'd like supported Move Stream scheduling to settings instead of only a `SetParam` on the connection. This will also allow for support via registry. ### Proposed...
- [ ] Test decoding invalid Client and Server tickets - [ ] Test incorrect lengths and invalid bounds
Random reordering support would help test more real-world scenarios and find more bugs.
## Description Add tests to validate behavior around invalid-sized version_info transport parameter. Ensure on validation failure that the connection is closed and the correct error is returned. Fixed some incorrect...
The specific assert that failed: `CXPLAT_DBG_ASSERT(RecvState.PartitionIndex != QuicPartitionIdGetIndex(Connection->PartitionID));` Connection.c #5707
### Describe the bug The timer-based loss detection seems to fall apart when RTT is 100s of microseconds. The `RTT/8` interval for loss might be too short because CPU scheduler...
Currently, the code coverage data is incomplete. The unit tests statically link the msquic library, to access the internal functions, which means that code coverage doesn't realize those functions are...
**Is your feature request related to a problem? Please describe.** Our CI uses OpenCppCoverage to generate coverage reports for our BVTs. However, the source file paths in the PDBs point...
These are - [ ] QuicBindingAddAllSourceConnectionIDs - test that adds the same CID twice - [ ] QuicBindingCreateConnection - test that creates connections as the binding is shutting down -...
When the key phase changes (from the peer), how will the offload signal to the application that it needs to plumb new key material?