mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-06 02:27:15 +00:00
LWIP_ALTCP: default to off for maximum backwards compatibility...
This commit is contained in:
parent
c18393b52b
commit
967d4fc3b0
@ -1362,7 +1362,7 @@
|
||||
* tcp callback API for LWIP_ALTCP==0, but then cannot use layered protocols.
|
||||
*/
|
||||
#ifndef LWIP_ALTCP
|
||||
#define LWIP_ALTCP (LWIP_TCP && LWIP_CALLBACK_API)
|
||||
#define LWIP_ALTCP 0
|
||||
#endif
|
||||
/**
|
||||
* @}
|
||||
|
Loading…
Reference in New Issue
Block a user