Skip to main content

Module streaming

Module streaming 

Source
Expand description

Streaming Protocol - HTIP-Inspired Delivery

Binary rule streaming with XOR delta patching for efficient sync.

Structs§

ChunkStreamer
Chunk streamer for breaking large payloads into chunks
ETagNegotiator
ETag negotiator for cache validation
HtipDelivery
HTIP-style rule delivery system
StreamChunk
Stream chunk
XorPatch
XOR patch header
XorPatcher
XOR patcher for computing diffs

Enums§

NegotiationResult
Negotiation result
RuleOperation
Rule operation types (similar to HTIP opcodes)

Constants§

MAX_CHUNK_SIZE
Maximum chunk size (64KB)
STREAM_VERSION
Streaming protocol version