Module frame

Module frame 

Source
Expand description

Binary frame structure for LNMP v0.4 protocol.

A BinaryFrame represents a complete LNMP record in binary format:

┌─────────┬─────────┬─────────────┬──────────────────────┐
│ VERSION │  FLAGS  │ ENTRY_COUNT │      ENTRIES...      │
│ (1 byte)│(1 byte) │  (VarInt)   │     (variable)       │
└─────────┴─────────┴─────────────┴──────────────────────┘

Structs§

BinaryFrame
Binary frame representing a complete LNMP record