LWIP_ALTCP: default to off for maximum backwards compatibility...

This commit is contained in:
goldsimon 2017-03-22 22:33:23 +01:00
parent c18393b52b
commit 967d4fc3b0

View File

@ -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
/**
* @}