f375a9d5de
No derived classes override it, and if they would, that would be a problem, as setNoDelay() is called from init(), which is called from the Socket ctor. Calling virtual functions from the base class ctor is not a good idea, since the object is not fully constructed yet. Change-Id: I4993e26d09f5d3429c7e2afae7688b84c0061c9d |
||
---|---|---|
.. | ||
clientnb.cpp | ||
DelaySocket.cpp | ||
DelaySocket.hpp | ||
ServerSocket.hpp | ||
Socket.cpp | ||
Socket.hpp | ||
Ssl.cpp | ||
Ssl.hpp | ||
SslSocket.hpp | ||
WebSocketHandler.hpp |