get rid of discussion of stream ID allocation

It's no longer relevant.
This commit is contained in:
Steven Allen
2018-10-01 12:12:55 -07:00
parent bdfbc5941b
commit 800e77ee43

View File

@@ -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