Forum Discussion
Eric_Werner_283
Nimbostratus
Jan 15, 2010Respond to server depending on TCP::client_port
I'm trying to find a way to get the LTM to respond to a server watchdog packet only is the original client is still active. The scenario I am working with is one where the client establishes it's ses...
hoolio
Cirrostratus
Jan 18, 2010If the client just disappears without closing the client side connection, then the connection table entry would still exist and TCP::client_port would still return the client's source port.
Could you send the watchdog request through to the client to see if it's still there? If there isn't a response from the client then the server would know the client is gone.
Aaron