TCP Keepalive timer
Not part of TCP spec, but found in most implementations.
- Not necessary, because “connection” defined by endpoints.
- Connection can be “up”as long as source/destination “up”.
Typical use: to detect idle clients or half-open connections and de-allocate server resources tied up to them. Eg: telnet, ftp.