Files
openthread/third_party
Marius Preda a21666e275 [tcp] redefine conflicting symbols (#11174)
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>
2025-01-22 10:59:24 -08:00
..
2023-06-28 08:54:23 -07:00