Skip to content

Commit 0afbd2b

Browse files
kixelatedclaude
andcommitted
Replace 0xPROBE_TODO with TBD1/TBD2 placeholders
Use RFC-style TBD tokens: TBD1 for the setup option key, TBD2 for the stream type. Consistent across wire format and IANA registry entries. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cffd0ab commit 0afbd2b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

draft-lcurley-moq-probe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Both endpoints indicate support by including the following Setup Option:
7373

7474
~~~
7575
PROBE Setup Option {
76-
Option Key (vi64) = 0xPROBE_TODO
76+
Option Key (vi64) = TBD1
7777
Option Value Length (vi64) = 0
7878
}
7979
~~~
@@ -86,7 +86,7 @@ If a peer receives a PROBE stream without having negotiated the extension, it MU
8686
The PROBE extension uses a new bidirectional stream type.
8787

8888
~~~
89-
STREAM_TYPE = 0xPROBE_TODO
89+
STREAM_TYPE = TBD2
9090
~~~
9191

9292
The stream type is sent at the beginning of the stream, encoded as a variable-length integer, consistent with {{moqt}} stream type framing.
@@ -175,15 +175,15 @@ This document registers the following entry in the "MoQ Setup Option Types" regi
175175

176176
| Value | Name | Reference |
177177
|:------|:-----|:----------|
178-
| 0xPROBE_TODO | PROBE | This Document |
178+
| TBD1 | PROBE | This Document |
179179

180180
## MOQT Stream Type
181181

182182
This document registers the following entry in the "MoQ Stream Types" registry:
183183

184184
| Value | Name | Reference |
185185
|:------|:-----|:----------|
186-
| 0xPROBE_TODO | PROBE | This Document |
186+
| TBD2 | PROBE | This Document |
187187

188188

189189
--- back

0 commit comments

Comments
 (0)