Skip to content

Commit 55b5e9f

Browse files
committed
add initial request N back for stream and subscription requests
1 parent 0b37791 commit 55b5e9f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Protocol.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,17 @@ Frame Contents
343343
+---------------+-+-+-----------+-------------------------------+
344344
| Stream ID |
345345
| |
346+
+---------------------------------------------------------------+
347+
| Initial Request N |
348+
| |
346349
+---------------------------------------------------------------+
347350
Metadata & Request Data
348351
```
349352

350353
* __Flags__:
351354
* (__M__)etadata: Metdadata present
352355
* __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.
355357

356358
### Request Subscription Frame
357359

@@ -365,7 +367,10 @@ Frame Contents
365367
+---------------+-+-+-----------+-------------------------------+
366368
| Version |0|M| Flags | Frame Type = REQUEST_SUB |
367369
+---------------+-+-+-----------+-------------------------------+
368-
| Stream ID |
370+
| Stream Id |
371+
| |
372+
+---------------------------------------------------------------+
373+
| Initial Request N |
369374
| |
370375
+---------------------------------------------------------------+
371376
Metadata & Request Data
@@ -374,8 +379,7 @@ Frame Contents
374379
* __Flags__:
375380
* (__M__)etadata: Metdadata present
376381
* __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.
379383

380384
### Request N Frame
381385

0 commit comments

Comments
 (0)