Wire format constants for BCNP protocol version 3.
More...
Wire format constants for BCNP protocol version 3.
◆ kChecksumSize
| std::size_t bcnp::kChecksumSize = 4 |
|
constexpr |
Size of CRC32 checksum in bytes.
Definition at line 31 of file packet.h.
◆ kFlagClearQueue
| uint8_t bcnp::kFlagClearQueue = 0x01 |
|
constexpr |
Packet flag: Clear command queue before processing this packet.
Definition at line 37 of file packet.h.
◆ kHeaderSize
Size of packet header in bytes.
Definition at line 46 of file packet.h.
◆ kMaxMessagesPerPacket
| std::size_t bcnp::kMaxMessagesPerPacket = 65535 |
|
constexpr |
Maximum number of messages allowed in a single packet.
Definition at line 34 of file packet.h.
◆ kProtocolMajor
Current protocol major version.
Definition at line 40 of file packet.h.
◆ kProtocolMinor
Current protocol minor version.
Definition at line 43 of file packet.h.