I have a situation where a SO_KEEPALIVE on my TCP socket gets no response from the peer device. I have opened the TCP socket for TCP/IP tunneling between my networked device and a Win7 Laptop. i have programmed the socket with options TCPTV_KEEP_IDLE and TCPTV_KEEPINTVL to 10 sec in order to shorten the connection timeout.
While I see the KEEPALIVE probes going out, I don't see any response from the laptop. What could be the reason?
Any assistance is much appreciated. Thanks in advance.