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

Method setHttpNetworkSendBufferSize

src/StreamClient.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool StreamClient::setHttpNetworkSendBufferSize(int size) {
132 base::MutexLock lock(_mutex);
133 return (_socketClient == nullptr) ? false : _socketClient->setNetworkSendBufferSize(size);
134}

Callers 2

doStartStreamingMethod · 0.80
doStartStreamingMethod · 0.80

Calls 1

Tested by

no test coverage detected