This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/PROCESSOR-SDK-AM437X: NDK error processing

Part Number: PROCESSOR-SDK-AM437X


Tool/software: TI C/C++ Compiler

Hi,

I implemented  a TCP communication by NDK on TIRTOS. but I found that  after API (such as send()) return error,which is "Operation timed out" by fdError()) when network abnormal,  other API function calls are  not normal.

how to clear this error so that Normal network operation can go on.