You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Define TCPSocket::open(...) inside TCPSocket class
Before, it as a virtual method that in its base implementation returned `false`
only.
It had to be (and was) implemented in several classes inheriting from it
and all implementations were the same. This commit defines the method inside
the base class directly.
* Make TCPSocket::setOptions private and TCPSocket::open static
0 commit comments