MCPcopy 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
2955uint64_t CConnman::GetMaxOutboundTarget() const
2956{
2957 LOCK(cs_totalBytesSent);
2958 return nMaxOutboundLimit;
2959}
2960
2961std::chrono::seconds CConnman::GetMaxOutboundTimeframe() const
2962{

Callers 2

FUZZ_TARGET_INITFunction · 0.80
getnettotalsFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64