data is bz2-compressed.
Frame payload (possibly compressed).
Last frame of the stream.
Local (reader) or remote (writer) stream id, 0–0x3fff.
StaticHEADER_Stream-header size in bytes.
StaticMSGTYPESystem-reserved message type for stream data.
StaticOVERHEADTotal per-frame overhead: stream header (2) + channel envelope (6).
System message carrying one framed chunk of a byte stream over a Channel (
RNS/Buffer.pyStreamDataMessage, MSGTYPE 0xff00). Wire body:header(2, BE) || datawhere the header packs
stream_id(bits 0–13, mask 0x3fff), thecompressedflag (bit 14, 0x4000) and theeofflag (bit 15, 0x8000). Driven by the Web Stream buffer layer (./buffer.js).