Sock::SetNonBlocking

Set the non-blocking option on the socket.

Synopsis

Declared in <util/sock.h>

[[nodiscard]]
virtual
bool
SetNonBlocking() const;

Return Value

true if set successfully

NOTE

The return value should not be discarded.