1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

gnrc/pktbuf : Update documentation

Add compile configuration 'GNRC_PKTBUF_SIZE' to 'net_gnrc_conf'
group
This commit is contained in:
Akshai M 2020-05-11 18:52:38 +05:30
parent a3fa7e330d
commit 7bd2a6f8c9

View File

@ -46,6 +46,11 @@ extern "C" {
/**
* @def GNRC_PKTBUF_SIZE
* @defgroup net_gnrc_pktbuf_conf GNRC PKTBUF compile configurations
* @ingroup net_gnrc_conf
* @{
*/
/**
* @brief Maximum size of the static packet buffer.
*
* @details The rational here is to have at least space for 4 full-MTU IPv6
@ -56,7 +61,8 @@ extern "C" {
*/
#ifndef GNRC_PKTBUF_SIZE
#define GNRC_PKTBUF_SIZE (6144)
#endif /* GNRC_PKTBUF_SIZE */
#endif
/** @} */
/**
* @brief Initializes packet buffer module.