cloudflare / cloudflare/quiche

Timestamps returned from quiche::Connection::send

Open
#1,516 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.