Does a TCP socket connection have a "keep alive"?
19:18 25 Sep 2009

I have heard of HTTP keep-alive but for now I want to open a socket connection with a remote server.
Now will this socket connection remain open forever or is there a timeout limit associated with it similar to HTTP keep-alive?

java sockets http tcp keep-alive