Minor Fix: remove obsolete MEMP_NUM_API_MSG define and update comment

This commit is contained in:
fbernon 2007-07-25 07:46:44 +00:00
parent 9eff9676e9
commit 328b25d561

View File

@ -149,7 +149,6 @@
#ifndef MEMP_NUM_RAW_PCB #ifndef MEMP_NUM_RAW_PCB
#define MEMP_NUM_RAW_PCB 4 #define MEMP_NUM_RAW_PCB 4
#endif #endif
/* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One /* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
per active UDP "connection". */ per active UDP "connection". */
#ifndef MEMP_NUM_UDP_PCB #ifndef MEMP_NUM_UDP_PCB
@ -182,8 +181,9 @@
#define MEMP_NUM_SYS_TIMEOUT 3 #define MEMP_NUM_SYS_TIMEOUT 3
#endif #endif
/* The following four are used only with the sequential API and can be /* The following three are used only with the sequential API and can be
set to 0 if the application only will use the raw API. */ set to 0 if the application only will use the raw API. */
/* MEMP_NUM_NETBUF: the number of struct netbufs. */ /* MEMP_NUM_NETBUF: the number of struct netbufs. */
#ifndef MEMP_NUM_NETBUF #ifndef MEMP_NUM_NETBUF
#define MEMP_NUM_NETBUF 2 #define MEMP_NUM_NETBUF 2
@ -192,12 +192,6 @@
#ifndef MEMP_NUM_NETCONN #ifndef MEMP_NUM_NETCONN
#define MEMP_NUM_NETCONN 4 #define MEMP_NUM_NETCONN 4
#endif #endif
/* MEMP_NUM_APIMSG: the number of struct api_msg, used for
communication between the TCP/IP stack and the sequential
programs. */
#ifndef MEMP_NUM_API_MSG
#define MEMP_NUM_API_MSG 8
#endif
/* MEMP_NUM_TCPIPMSG: the number of struct tcpip_msg, which is used /* MEMP_NUM_TCPIPMSG: the number of struct tcpip_msg, which is used
for sequential API communication and incoming packets. Used in for sequential API communication and incoming packets. Used in
src/api/tcpip.c. */ src/api/tcpip.c. */
@ -205,7 +199,6 @@
#define MEMP_NUM_TCPIP_MSG 8 #define MEMP_NUM_TCPIP_MSG 8
#endif #endif
/* ---------- ARP options ---------- */ /* ---------- ARP options ---------- */
#ifndef LWIP_ARP #ifndef LWIP_ARP
#define LWIP_ARP 1 #define LWIP_ARP 1