[posix] increase message buffer pool to 256 (#6037)

This commit is contained in:
Jonathan Hui
2021-01-05 09:36:58 -08:00
committed by GitHub
parent ee4bdc6bbe
commit 32e49ada39
@@ -34,6 +34,16 @@
#ifndef OPENTHREAD_CORE_POSIX_CONFIG_H_
#define OPENTHREAD_CORE_POSIX_CONFIG_H_
/**
* @def OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
*
* The number of message buffers in the buffer pool.
*
*/
#ifndef OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 256
#endif
/**
* @def OPENTHREAD_CONFIG_LOG_PLATFORM
*