PAYLOAD_MAX

Constant PAYLOAD_MAX 

Source
pub const PAYLOAD_MAX: usize = 180;
Expand description

The Node Management payload an administrator sizes its requests against.

A device derives its own ceiling from the radio it has — see ADMIN_PAYLOAD_MAX in umsh-ulcp-runtime — and it is the device’s number that actually bounds an exchange. An administrator cannot ask what that number is, so it assumes the smallest a device is allowed to have, and the device’s derivation is checked against this one at compile time.