File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -343,15 +343,17 @@ Frame Contents
343
343
+---------------+-+-+-----------+-------------------------------+
344
344
| Stream ID |
345
345
| |
346
+ +---------------------------------------------------------------+
347
+ | Initial Request N |
348
+ | |
346
349
+---------------------------------------------------------------+
347
350
Metadata & Request Data
348
351
```
349
352
350
353
* __ Flags__ :
351
354
* (__ M__ )etadata: Metdadata present
352
355
* __ Request Data__ : identification of the service being requested along with parameters for the request.
353
-
354
- __ Note__ : The Initial Request_N Value Is Sent As A Frame After This Frame.
356
+ * __ Initial Request N__ : initial request N value for stream.
355
357
356
358
### Request Subscription Frame
357
359
@@ -365,7 +367,10 @@ Frame Contents
365
367
+---------------+-+-+-----------+-------------------------------+
366
368
| Version |0|M| Flags | Frame Type = REQUEST_SUB |
367
369
+---------------+-+-+-----------+-------------------------------+
368
- | Stream ID |
370
+ | Stream Id |
371
+ | |
372
+ +---------------------------------------------------------------+
373
+ | Initial Request N |
369
374
| |
370
375
+---------------------------------------------------------------+
371
376
Metadata & Request Data
@@ -374,8 +379,7 @@ Frame Contents
374
379
* __ Flags__ :
375
380
* (__ M__ )etadata: Metdadata present
376
381
* __ Request Data__ : identification of the service being requested along with parameters for the request.
377
-
378
- __ Note__ : The Initial Request_N Value Is Sent As A Frame After This Frame.
382
+ * __ Initial Request N__ : initial request N value for subscription.
379
383
380
384
### Request N Frame
381
385
You can’t perform that action at this time.
0 commit comments