cloudflare / cloudflare/quiche
Timestamps returned from quiche::Connection::send
Open
- Dominant language
- Rust
- Stars
- 11.9k
- Forks
- 1.1k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 16
Description
Is it guaranteed that consecutive calls to `quiche::Connection::send` will return timestamps (the field `at` in the returned `SendInfo`) in the non-decreasing order? When implementing pacing, it's significant information.
Contributor guide
Research direction
Start by locating quiche::Connection::send and the SendInfo definition in the Rust source and API documentation. Inspect how the at field is produced across consecutive send calls, then check existing tests for send ordering or pacing behavior. Done means the ordering guarantee is established and documented, or the issue is clarified with the observed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, networking
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100