MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetMaxOutboundTimeframe

Method GetMaxOutboundTimeframe

src/net.cpp:2961–2964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2959}
2960
2961std::chrono::seconds CConnman::GetMaxOutboundTimeframe() const
2962{
2963 return MAX_UPLOAD_TIMEFRAME;
2964}
2965
2966std::chrono::seconds CConnman::GetMaxOutboundTimeLeftInCycle() const
2967{

Callers 2

FUZZ_TARGET_INITFunction · 0.80
getnettotalsFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64