MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getHttpNetworkSendBufferSize

Method getHttpNetworkSendBufferSize

src/StreamClient.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126int StreamClient::getHttpNetworkSendBufferSize() const {
127 base::MutexLock lock(_mutex);
128 return (_socketClient == nullptr) ? 0 : _socketClient->getNetworkSendBufferSize();
129}
130
131bool StreamClient::setHttpNetworkSendBufferSize(int size) {
132 base::MutexLock lock(_mutex);

Callers 2

doStartStreamingMethod · 0.80
doStartStreamingMethod · 0.80

Calls 1

Tested by

no test coverage detected