Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ setClientVersion
Method
setClientVersion
src/HandshakeExtensionMessage.h:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
virtual void doReceivedAction() CXX11_OVERRIDE;
81
82
void setClientVersion(const std::string& version)
83
{
84
clientVersion_ = version;
85
}
86
87
const std::string& getClientVersion() const { return clientVersion_; }
88
Callers
4
testGetBencodedData
Method · 0.80
testToString
Method · 0.80
testDoReceivedAction
Method · 0.80
addHandshakeExtendedMessageToQueue
Method · 0.80
Calls
no outgoing calls
Tested by
3
testGetBencodedData
Method · 0.64
testToString
Method · 0.64
testDoReceivedAction
Method · 0.64