Function TCPConnection.keepAlive
Enables TCP keep-alive packets.
abstract void keepAlive
(
bool enable
) @property;
abstract bool keepAlive() @property const;
Enables TCP keep-alive packets.
abstract void keepAlive
(
bool enable
) @property;
abstract bool keepAlive() @property const;