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.

MSP432E401Y: Detecting lost socket connection

Part Number: MSP432E401Y


I have a program with tcp socket connection to a port on a Windows program. If this program are closed I can detect this in the MSP432 program, but if the program crash I have not been able to detect this. The socket is still open and the only way to detect the missing connection is by trying to write something to the socket.

Is there another way to detect a lost connection on a socket.

We are writing C++ code with CCS 10.2 and SimpleLink MSP432E4 SDK 4.20.0.12