You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the tcplp component , there are functions provided for OpenThread TCP. However, I noticed that some function names may conflict with lwip, such as tcp_input, tcp_output and tcp_close. As a result, when OPENTHREAD_CONFIG_TCP_ENABLE is enabled, certain compilation issues might occur.