maxBodyBytes top-level constant

int const maxBodyBytes

Maximum body bytes for any v0 message (largest 16-bit unsigned integer).

Implementation

const int maxBodyBytes = 0xffff;