mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 15:28:03 -05:00
mplex *does* support half-closed streams
This commit is contained in:
@@ -6,7 +6,7 @@ mplex is a Stream Multiplexer protocol used by js-ipfs and go-ipfs in their impl
|
||||
|
||||
This document will attempt to define a specification for the wire protocol and algorithm used in both implementations.
|
||||
|
||||
Multiplex is a very simple protocol that does not provide many features offered by other stream multiplexers. Notably, multiplex does not provide backpressure at the protocol level, or support half closed streams.
|
||||
Multiplex is a very simple protocol that does not provide many features offered by other stream multiplexers. Notably, multiplex does not provide backpressure at the protocol level.
|
||||
|
||||
Implementations in:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user