mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 23:37:55 -05:00
get rid of discussion of stream ID allocation
It's no longer relevant.
This commit is contained in:
@@ -47,8 +47,7 @@ The data segment is length prefixed by another unsigned varint. This results in
|
|||||||
|
|
||||||
## Protocol
|
## Protocol
|
||||||
|
|
||||||
Mplex operates over a reliable ordered pipe between two peers, such as a TCP socket, or a unix pipe. One peer is designated the session 'initiator' (or the dialer) and the other is the session 'receiver'. The session initiator does not
|
Mplex operates over a reliable ordered pipe between two peers, such as a TCP socket, or a unix pipe.
|
||||||
necessarily send the first packet, this distinction is just made to make the allocation of stream ID's unambiguous.
|
|
||||||
|
|
||||||
### Opening a new stream
|
### Opening a new stream
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user