headerLength constant

int const headerLength

Length of the message header in bytes.

This value represents the total size of the header section in a message.

Implementation

static const int headerLength = PacketHeader.length + PeerId.length * 2;