Anthony Rossi

Results 32 issues of 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...

Area: API
Area: Core

- [ ] Test decoding invalid Client and Server tickets - [ ] Test incorrect lengths and invalid bounds

good first issue
Area: Testing
Area: Security

Random reordering support would help test more real-world scenarios and find more bugs.

Area: Testing
Area: Stress

## 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...

Bug: Core
Area: Testing

The specific assert that failed: `CXPLAT_DBG_ASSERT(RecvState.PartitionIndex != QuicPartitionIdGetIndex(Connection->PartitionID));` Connection.c #5707

Bug: Core

### 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...

Area: Performance
Area: Core

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...

Area: Build
Area: Testing
Bug: Test/Tool

**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 -...

Area: Testing

When the key phase changes (from the peer), how will the offload signal to the application that it needs to plumb new key material?

question
QEO