Expand description
Stream id types and controllers for different roles and different directions.
Re-exports§
pub use local_sid::ArcLocalStreamIds;
pub use remote_sid::ArcRemoteStreamIds;
Modules§
Structs§
- Streams are identified within a connection by a numeric value, referred to as the stream ID.
- Stream IDs management, including an
ArcLocalStreamIds
as local, and anArcRemoteStreamIds
as remote.
Enums§
- Sum type for stream directions.
- Roles in the QUIC protocol, including client and server.
Constants§
- Maximum ID for each type of stream.
Traits§
- Controls the concurrency of unidirectional and bidirectional streams created by the peer, primarily through
StreamsBlockedFrame
andMaxStreamsFrame
. - A BufMut extension trait for writing a stream ID.
Functions§
- Parse a stream ID from the input bytes, nom parser style.