mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
doc: IP_REASS_MAX_PBUFS is used for ipv6, too
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
parent
4027a2ae58
commit
8435fbb048
@ -787,6 +787,8 @@
|
|||||||
* Since the received pbufs are enqueued, be sure to configure
|
* Since the received pbufs are enqueued, be sure to configure
|
||||||
* PBUF_POOL_SIZE > IP_REASS_MAX_PBUFS so that the stack is still able to receive
|
* PBUF_POOL_SIZE > IP_REASS_MAX_PBUFS so that the stack is still able to receive
|
||||||
* packets even if the maximum amount of fragments is enqueued for reassembly!
|
* packets even if the maximum amount of fragments is enqueued for reassembly!
|
||||||
|
* When IPv4 *and* IPv6 are enabled, this even changes to
|
||||||
|
* (PBUF_POOL_SIZE > 2 * IP_REASS_MAX_PBUFS)!
|
||||||
*/
|
*/
|
||||||
#if !defined IP_REASS_MAX_PBUFS || defined __DOXYGEN__
|
#if !defined IP_REASS_MAX_PBUFS || defined __DOXYGEN__
|
||||||
#define IP_REASS_MAX_PBUFS 10
|
#define IP_REASS_MAX_PBUFS 10
|
||||||
|
Loading…
Reference in New Issue
Block a user