Expand description
Stream processing utilities
Infrastructure supporting converting a collection of [PeerId] split libp2p_stream managed
individual peer-to-peer libp2p::swarm::Streams.
Constantsยง
- DEFAULT_
FRAME_ ๐WRITER_ BACKPRESSURE_ BYTES - Default pending-write-buffer byte threshold on the framed writer before a flush is
forced. This value is in bytes, not in messages โ that is how
tokio_util::codec::FramedWrite::set_backpressure_boundaryis defined. - GLOBAL_
STREAM_ ๐OPEN_ TIMEOUT - Global timeout for the
BidirectionalStreamControl::openoperation. - MAX_
CONCURRENT_ ๐PACKETS