diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-04-26 15:36:10 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-04-26 15:36:10 -0700 |
commit | 6029b7afd344cd6a8cd686db1786d763d57669e4 (patch) | |
tree | edc0b92e1da4d265d4af17bb5fe23107cbb819c4 /core | |
parent | 048d2b53c7b3481dd616b1b0ee18429d7e93fc7c (diff) | |
download | syslinux-6029b7afd344cd6a8cd686db1786d763d57669e4.tar.gz syslinux-6029b7afd344cd6a8cd686db1786d763d57669e4.tar.xz syslinux-6029b7afd344cd6a8cd686db1786d763d57669e4.zip |
lwipopts: increase the number of netbufs
We need more netbufs than the default 2...
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/lwip/src/include/lwipopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lwip/src/include/lwipopts.h b/core/lwip/src/include/lwipopts.h index 5778fe5e..2f0ba032 100644 --- a/core/lwip/src/include/lwipopts.h +++ b/core/lwip/src/include/lwipopts.h @@ -31,6 +31,7 @@ #define MEMP_NUM_NETCONN 64 #define MEMP_NUM_TCPIP_MSG_API 64 #define MEMP_NUM_TCPIP_MSG_INPKT 64 +#define MEMP_NUM_NETBUF 128 #define PBUF_POOL_SIZE 256 #define ARP_TABLE_SIZE 16 #define IP_REASS_MAX_PBUFS 64 |