LWIP_TCPIP_CORE_LOCKING_INPUT is not experimental any more, as well

This commit is contained in:
sg 2016-03-16 21:48:47 +01:00
parent 222eb25eb5
commit 7b9cb98bbb

View File

@ -1475,8 +1475,12 @@
#endif #endif
/** /**
* LWIP_TCPIP_CORE_LOCKING_INPUT: (EXPERIMENTAL!) * LWIP_TCPIP_CORE_LOCKING_INPUT: when LWIP_TCPIP_CORE_LOCKING is enabled,
* Don't use it if you're not an active lwIP project member * this lets tcpip_input() grab the mutex for input packets as well,
* instead of allocating a message and passing it to tcpip_thread.
*
* ATTENTION: this does not work when tcpip_input() is called from
* interrupt context!
*/ */
#ifndef LWIP_TCPIP_CORE_LOCKING_INPUT #ifndef LWIP_TCPIP_CORE_LOCKING_INPUT
#define LWIP_TCPIP_CORE_LOCKING_INPUT 0 #define LWIP_TCPIP_CORE_LOCKING_INPUT 0