We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382cb9f commit b7a48b1Copy full SHA for b7a48b1
features/FEATURE_LWIP/lwip-interface/lwipopts.h
@@ -105,12 +105,27 @@
105
106
#define LWIP_RAM_HEAP_POINTER lwip_ram_heap
107
108
+#ifndef PBUF_POOL_SIZE
109
#define PBUF_POOL_SIZE 5
110
+#endif
111
+#ifndef MEMP_NUM_TCP_PCB_LISTEN
112
#define MEMP_NUM_TCP_PCB_LISTEN 4
113
114
+#ifndef MEMP_NUM_TCP_PCB
115
#define MEMP_NUM_TCP_PCB 4
116
117
+#ifndef MEMP_NUM_UDP_PCB
118
#define MEMP_NUM_UDP_PCB 4
119
120
+#ifndef MEMP_NUM_PBUF
121
#define MEMP_NUM_PBUF 8
122
123
+#ifndef MEMP_NUM_NETBUF
124
#define MEMP_NUM_NETBUF 8
125
126
+#ifndef MEMP_NUM_NETCONN
127
+#define MEMP_NUM_NETCONN 4
128
129
130
#define TCP_QUEUE_OOSEQ 0
131
#define TCP_OVERSIZE 0
0 commit comments