Module config

Module config 

Source
Expand description

Build-time configuration and defaults

To set a non-default value, set the MCTP_ESTACK_... environment variable during the build. Those variables can be set in the [env] section of .cargo/config.toml.

Constantsยง

FLOWS
After a message is sent with Tag Owner (TO) bit set, the stack will accept response messages with the same tag and TO unset. FLOWS defines the number of slots available for pending responses.
MAX_MTU
Maximum allowed MTU, default 255
MAX_PAYLOAD
Maximum size of a MCTP message payload in bytes, default 1032
NUM_RECEIVE
Number of concurrent receive messages, default 4