|
@@ -51,7 +51,7 @@
|
|
|
|
|
|
/* MEM_SIZE: the size of the heap memory. If the application will send
|
|
|
a lot of data that needs to be copied, this should be set high. */
|
|
|
-#define MEM_SIZE (5*1024)
|
|
|
+#define MEM_SIZE (10*1024)
|
|
|
//#define MEM_SIZE (10*1024)
|
|
|
|
|
|
/* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application
|
|
@@ -84,7 +84,7 @@ a lot of data that needs to be copied, this should be set high. */
|
|
|
* MEMP_NUM_NETCONN: the number of struct netconns.
|
|
|
* (only needed if you use the sequential API, like api_lib.c)
|
|
|
*/
|
|
|
-#define MEMP_NUM_NETCONN 8
|
|
|
+#define MEMP_NUM_NETCONN 10
|
|
|
|
|
|
/* ---------- Pbuf options ---------- */
|
|
|
/* PBUF_POOL_SIZE: the number of buffers in the pbuf pool. */
|