enable LWIP_TCPIP_CORE_LOCKING to increase the performance
This commit is contained in:
parent
08c6fe30ec
commit
a7e57811ac
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@
|
|||
#define PBUF_DEBUG LWIP_DBG_OFF
|
||||
|
||||
// we need this feature to avoid memcpy operation between user- and kernel space
|
||||
//#define LWIP_TCPIP_CORE_LOCKING 1
|
||||
#define LWIP_TCPIP_CORE_LOCKING 1
|
||||
|
||||
//#define LWIP_TCPIP_THREAD_ALIVE() kputs("TCPIP thread is alive!\n")
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue