Hi,
I am having problem handling an ethernet link down event. I saw this post (https://e2e.ti.com/support/embedded/tirtos/f/355/p/271637/1705132#1705132) but the NC_stop function didn't solve my issue. I
When I disconnect the ethernet link everything is fine, when I plug it back when I try to excute HTTPCli_connect it just fail because of the socket (httpcli.c : if (isValidSocket(skt)) )
How can I reset the socket ? Note that everytime I make an http get the socket is closed after it's done.
Thank you in advance,
Best Regards,