Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ sendMessage
Method
sendMessage
src/DHTConnectionImpl.cc:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
ssize_t DHTConnectionImpl::sendMessage(const unsigned char* data, size_t len,
106
const std::string& host, uint16_t port)
107
{
108
return socket_->writeData(data, len, host, port);
109
}
110
111
} // namespace aria2
Callers
5
testWriteAndReadData
Method · 0.45
testSendMessage
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
send
Method · 0.45
Calls
1
writeData
Method · 0.45
Tested by
2
testWriteAndReadData
Method · 0.36
testSendMessage
Method · 0.36