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.
2 parents 88cbc7e + af3d6a5 commit 1afb23bCopy full SHA for 1afb23b
features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_Realtek/lwipopts_conf.h
@@ -20,19 +20,15 @@
20
#define LWIPOPTS_CONF_H
21
22
#define LWIP_TRANSPORT_ETHERNET 1
23
-#define ETHMEM_SECTIO
24
-
25
-//#define TCPIP_THREAD_STACKSIZE 2048
+#define ETHMEM_SECTION
26
27
/* ---------- Pbuf options ---------- */
28
#define MEM_SIZE (10*1600)
29
#define TCP_SND_QUEUELEN 60
30
#define MEMP_NUM_TCP_SEG TCP_SND_QUEUELEN
31
-#define TCP_MSS 1460
+#define TCP_MSS 1460
32
#define TCP_SND_BUF (10 * TCP_MSS)
33
#define TCP_WND (6 * TCP_MSS)
34
#define PBUF_POOL_SIZE 10
35
36
#endif
37
38
0 commit comments