Socket SO KEEPALIVE

From NovaOrdis Knowledge Base
Revision as of 17:45, 20 March 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

All we can do on a Java socket is to turn TCP KeepAlive on or off - apparently on a per-socket based:

void setKeepAlive(boolean);
boolean getKeepAlive();

The KeepAlive parameters can be only set at the operating system level.

See: https://home.feodorov.com:9443/wiki/Wiki.jsp?page=TCP#section-TCP-KeepAlive