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 03f46c6 commit 1aa96f3Copy full SHA for 1aa96f3
components/net/Kconfig
@@ -138,6 +138,7 @@ config RT_USING_LWIP
138
139
config RT_LWIP_MEM_ALIGNMENT
140
int "Memory alignment"
141
+ default 8 if ARCH_CPU_64BIT
142
default 4
143
144
config RT_LWIP_IGMP
@@ -258,6 +259,7 @@ config RT_USING_LWIP
258
259
260
config RT_LWIP_TCPTHREAD_STACKSIZE
261
int "the stack size of lwIP thread"
262
+ default 2048 if ARCH_CPU_64BIT
263
default 1024
264
265
config LWIP_NO_RX_THREAD
@@ -274,6 +276,7 @@ config RT_USING_LWIP
274
276
275
277
config RT_LWIP_ETHTHREAD_STACKSIZE
278
int "the stack size of ethernet thread"
279
280
281
282
config RT_LWIP_ETHTHREAD_MBOX_SIZE
0 commit comments