Expand description
Streaming Frame Layer (SFL) for LNMP v0.5
This module provides chunked transmission support for large LNMP payloads, enabling streaming with backpressure control and integrity validation.
Structs§
- Backpressure
Controller - Backpressure controller for flow control
- Frame
Flags - Flags byte layout for streaming frames
- Streaming
Config - Configuration for streaming operations
- Streaming
Decoder - Streaming decoder for receiving chunked transmissions
- Streaming
Encoder - Streaming encoder for chunked transmission
- Streaming
Frame - Streaming frame structure
Enums§
- Frame
Type - Frame type identifiers for streaming protocol
- Streaming
Error - Error types for streaming operations
- Streaming
Event - Events emitted by the streaming decoder
- Streaming
State - Streaming state for encoder