Skip to content

moq-lite-05: keep datagrams and Group Streams separate, no conversion#47

Merged
kixelated merged 1 commit into
mainfrom
claude/blissful-wright-488e20
Jul 3, 2026
Merged

moq-lite-05: keep datagrams and Group Streams separate, no conversion#47
kixelated merged 1 commit into
mainfrom
claude/blissful-wright-488e20

Conversation

@kixelated

Copy link
Copy Markdown
Collaborator

Makes datagrams a fully independent delivery mode in §6.4, with no magic conversion between datagrams and Group Streams.

Changes

  • Oversized datagrams are dropped, not converted. A publisher MUST NOT send a datagram body >1200 bytes, and a receiver MUST silently drop one that exceeds it. Removed the old "Payloads that would not fit MUST be sent as a Group Stream instead." A group whose frame doesn't fit is simply not eligible for datagram delivery and is delivered as a Group Stream like any other group — explicitly noted as not a conversion.
  • No datagram→stream fallback on stream-only bindings. Bindings 3/4 (Qmux over TCP/TLS and WebSocket) still forbid emitting datagrams, but the "MUST fall back to Group Streams" wording is replaced: groups are delivered normally via Group Streams, with no conversion of a datagram into a stream.
  • Changelog updated under moq-lite-05.

Validated with make draft-lcurley-moq-lite.txt (kramdown-rfc + xml2rfc OK).

🤖 Generated with Claude Code

Datagrams are now a fully independent delivery mode: an oversized
(>1200 byte) datagram MUST NOT be sent and is dropped on receipt, and
bindings without a datagram channel no longer fall back from datagrams
to Group Streams. A group that does not fit in a datagram is simply
delivered as a Group Stream like any other group, which is not a
conversion.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sorry @kixelated, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@kixelated, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 29 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 92f63775-642f-4d2a-8211-74f2b904ab03

📥 Commits

Reviewing files that changed from the base of the PR and between f9ad1d4 and b0a2327.

📒 Files selected for processing (1)
  • draft-lcurley-moq-lite.md
✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch claude/blissful-wright-488e20

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kixelated kixelated merged commit 746a576 into main Jul 3, 2026
3 checks passed
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.

1 participant