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

Method getSendBufferSize

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

Source from the content-addressed store, hash-verified

598
599void Socket::setSendBufferSize(Exception& ex,int size) { _pImpl->setSendBufferSize(ex,size); }
600int Socket::getSendBufferSize(Exception& ex) const { return _pImpl->getSendBufferSize(ex); }
601
602void Socket::setReceiveBufferSize(Exception& ex,int size) { _pImpl->setReceiveBufferSize(ex,size); }
603int Socket::getReceiveBufferSize(Exception& ex) const { return _pImpl->getReceiveBufferSize(ex); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected