mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-17 10:11:14 +00:00
Added description for MEMP_NUM_REASSDATA and changed the default value to 5.
This commit is contained in:
parent
c94d640e2a
commit
187df4464e
@ -212,10 +212,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MEMP_NUM_REASSDATA: ...@todo to define to a best value
|
* MEMP_NUM_REASSDATA: the number of simultaneously IP packets queued for
|
||||||
|
* reassembly (whole packets, not fragments!)
|
||||||
*/
|
*/
|
||||||
#ifndef MEMP_NUM_REASSDATA
|
#ifndef MEMP_NUM_REASSDATA
|
||||||
#define MEMP_NUM_REASSDATA 8
|
#define MEMP_NUM_REASSDATA 5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user