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 2a5c92b commit 160df53Copy full SHA for 160df53
utility/mempool_conf.h
@@ -15,8 +15,8 @@ typedef uint8_t memhandle;
15
#define NUM_TCP_MEMBLOCKS 0
16
#endif
17
18
-#if UIP_UDP and UIP_UDP_NUMPACKETS and UIP_UDP_CONNS
19
-#define NUM_UDP_MEMBLOCKS (UIP_UDP_NUMPACKETS+1)*UIP_UDP_CONNS
+#if UIP_UDP and UIP_UDP_CONNS
+#define NUM_UDP_MEMBLOCKS 3*UIP_UDP_CONNS
20
#else
21
#define NUM_UDP_MEMBLOCKS 0
22
0 commit comments