mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08: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…
x
Reference in New Issue
Block a user