ease asserting, constants wrapped for future robustness

This commit is contained in:
Boris-Barboris 2018-06-06 10:41:20 +00:00
parent a2d96f1831
commit ed9fdcd467
7 changed files with 41 additions and 38 deletions

View file

@ -216,7 +216,7 @@ interface EventDriverSockets {
void setKeepAlive(StreamSocketFD socket, bool enable);
/** Enables keepalive for the TCP socket and sets additional parameters.
Silently ignores unsupported systems.
Silently ignores unsupported systems (anything but Windows and Linux).
Params:
socket = Socket file descriptor to set options on.