Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ RecordBytesSent
Method
RecordBytesSent
src/net.cpp:2241–2245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2239
}
2240
2241
void CNode::RecordBytesSent(uint64_t bytes)
2242
{
2243
LOCK(cs_totalBytesSent);
2244
nTotalBytesSent += bytes;
2245
}
2246
2247
uint64_t CNode::GetTotalBytesRecv()
2248
{
Callers
1
SocketSendData
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected