Module streaming

Module streaming 

Source
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§

BackpressureController
Backpressure controller for flow control
FrameFlags
Flags byte layout for streaming frames
StreamingConfig
Configuration for streaming operations
StreamingDecoder
Streaming decoder for receiving chunked transmissions
StreamingEncoder
Streaming encoder for chunked transmission
StreamingFrame
Streaming frame structure

Enums§

FrameType
Frame type identifiers for streaming protocol
StreamingError
Error types for streaming operations
StreamingEvent
Events emitted by the streaming decoder
StreamingState
Streaming state for encoder