mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +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.
|
* tcp callback API for LWIP_ALTCP==0, but then cannot use layered protocols.
|
||||||
*/
|
*/
|
||||||
#ifndef LWIP_ALTCP
|
#ifndef LWIP_ALTCP
|
||||||
#define LWIP_ALTCP (LWIP_TCP && LWIP_CALLBACK_API)
|
#define LWIP_ALTCP 0
|
||||||
#endif
|
#endif
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
Loading…
Reference in New Issue
Block a user