mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 02:17:47 +00:00
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 <[email protected]>