MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / getKeepAlive

Method getKeepAlive

MonaBase/sources/Socket.cpp:609–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607
608void Socket::setKeepAlive(Exception& ex,bool flag) { _pImpl->setKeepAlive(ex,flag); }
609bool Socket::getKeepAlive(Exception& ex) const { return _pImpl->getKeepAlive(ex); }
610
611void Socket::setReuseAddress(Exception& ex,bool flag) { _pImpl->setReuseAddress(ex,flag); }
612bool Socket::getReuseAddress(Exception& ex) const { return _pImpl->getReuseAddress(ex); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected