Skip to content

Clarify default for max_receive_timestamps_per_ack is 0 and prohibits frames - #41

Merged
jbeshay merged 3 commits into
mainfrom
jb_clarify_max_receive_timestamps
Jul 20, 2026
Merged

jbeshay merged 3 commits into
mainfrom
jb_clarify_max_receive_timestamps

Conversation

@jbeshay

@jbeshay jbeshay commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

If the transport parameter is absent, default to 0 which indicates the peer does not support receive timestamps. A value of 0 does not allow sending frames with zero timestamps; it prohibits sending them entirely.

Closes #40

@jbeshay
jbeshay requested review from ianswett and vasilvv July 17, 2026 22:08

@ianswett ianswett left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small suggestions

Comment thread draft-ietf-quic-receive-ts.md Outdated
Comment thread draft-ietf-quic-receive-ts.md Outdated
jbeshay and others added 2 commits July 20, 2026 09:06
Co-authored-by: ianswett <ianswett@users.noreply.github.com>
Co-authored-by: ianswett <ianswett@users.noreply.github.com>
@jbeshay
jbeshay merged commit 39a9d54 into main Jul 20, 2026
2 checks passed
@jbeshay
jbeshay deleted the jb_clarify_max_receive_timestamps branch July 20, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Be more explicit about using max_receive_timestamps_per_ack for feature negotiation

2 participants