Browse Source

change: MEMP_NUM_UDP_PCB调整到6吧, 应该够用

Wendal Chen 2 years ago
parent
commit
b9c71c6fec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/network/lwip2.1.3/include/lwipopts.h

+ 1 - 1
src/network/lwip2.1.3/include/lwipopts.h

@@ -31,7 +31,7 @@
 
 
 #define MEM_SIZE                        (8 * 1024)
 #define MEM_SIZE                        (8 * 1024)
 #define MEMP_NUM_SYS_TIMEOUT            (16)
 #define MEMP_NUM_SYS_TIMEOUT            (16)
-#define MEMP_NUM_UDP_PCB 8
+#define MEMP_NUM_UDP_PCB                6
 
 
 /**
 /**
  * TCP_WND: The size of a TCP window.  This must be at least 
  * TCP_WND: The size of a TCP window.  This must be at least