mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
a21666e275
This commit redefines tcplp symbols that conflict with LWIP's TCP implementation: - tcp_input has been renamed tcplp_input - tcp_output has be renamed tcplp_output - tcp_close has been renamed tcp_close_tcb - tcp_init was already removed but the prototype was still present and was deleted - TCP_MSS and TCP6_MSS have been renamed to TCP_MAXSS and TCP6_MAXSS Signed-off-by: Marius Preda <marius.preda@nxp.com>