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

Method getReuseAddress

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

Source from the content-addressed store, hash-verified

610
611void Socket::setReuseAddress(Exception& ex,bool flag) { _pImpl->setReuseAddress(ex,flag); }
612bool Socket::getReuseAddress(Exception& ex) const { return _pImpl->getReuseAddress(ex); }
613
614void Socket::setOOBInline(Exception& ex,bool flag) { _pImpl->setOOBInline(ex,flag); }
615bool Socket::getOOBInline(Exception& ex) const { return _pImpl->getOOBInline(ex); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected