[syslinux:lwip] lwipopts: increase the number of netbufs

syslinux-bot for H. Peter Anvin hpa at zytor.com
Thu Apr 26 15:39:06 PDT 2012


Commit-ID:  6029b7afd344cd6a8cd686db1786d763d57669e4
Gitweb:     http://www.syslinux.org/commit/6029b7afd344cd6a8cd686db1786d763d57669e4
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Thu, 26 Apr 2012 15:36:10 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Thu, 26 Apr 2012 15:36:10 -0700

lwipopts: increase the number of netbufs

We need more netbufs than the default 2...

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 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 5778fe5..2f0ba03 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


More information about the Syslinux-commits mailing list