Macros | |
#define | CONFIG_GNRC_SOCK_MBOX_SIZE_EXP (3) |
Default size for gnrc_sock_reg_t::mbox_queue (as exponent of 2^n). More... | |
#define CONFIG_GNRC_SOCK_MBOX_SIZE_EXP (3) |
Default size for gnrc_sock_reg_t::mbox_queue (as exponent of 2^n).
As the queue size ALWAYS needs to be power of two, this option represents the exponent of 2^n, which will be used as the size of the queue.
Definition at line 55 of file sock_types.h.