Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetMaxOutboundTarget
Method
GetMaxOutboundTarget
src/net.cpp:2955–2959 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2953
}
2954
2955
uint64_t CConnman::GetMaxOutboundTarget() const
2956
{
2957
LOCK(cs_totalBytesSent);
2958
return nMaxOutboundLimit;
2959
}
2960
2961
std::chrono::seconds CConnman::GetMaxOutboundTimeframe() const
2962
{
Callers
2
FUZZ_TARGET_INIT
Function · 0.80
getnettotals
Function · 0.80
Calls
no outgoing calls
Tested by
1
FUZZ_TARGET_INIT
Function · 0.64