RNS::StreamDataMessage
Inherits RNS::MessageBase < Reference < Object
Channel message type that carries binary stream data.
Each message encodes a 14-bit stream ID, EOF and compression flags
into a 2-byte header, followed by an optional data payload.
Used internally by RawChannelReader and RawChannelWriter to
multiplex byte streams over a single Channel.
Constants
MAX_DATA_LEN = Link::MDU - OVERHEAD
OVERHEAD = 2 + 6
STREAM_ID_MAX = 16383
Constructors
Class methods
msgtype
SourceInstance methods
compressed
Sourcedata
Sourceeof
Sourcepack
Sourcestream_id
Source