Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
bool StreamClient::setHttpNetworkSendBufferSize(int size) {
132
base::MutexLock lock(_mutex);
133
return (_socketClient == nullptr) ? false : _socketClient->setNetworkSendBufferSize(size);
134
}
Callers
2
doStartStreaming
Method · 0.80
doStartStreaming
Method · 0.80
Calls
1
setNetworkSendBufferSize
Method · 0.80
Tested by
no test coverage detected