mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
net: remove SetMaxOutboundTarget
This has been unused since f3552da813.
This commit is contained in:
parent
ade38b6ee8
commit
2f3f1aec1f
3 changed files with 4 additions and 15 deletions
|
|
@ -2859,12 +2859,6 @@ void CConnman::RecordBytesSent(uint64_t bytes)
|
|||
nMaxOutboundTotalBytesSentInCycle += bytes;
|
||||
}
|
||||
|
||||
void CConnman::SetMaxOutboundTarget(uint64_t limit)
|
||||
{
|
||||
LOCK(cs_totalBytesSent);
|
||||
nMaxOutboundLimit = limit;
|
||||
}
|
||||
|
||||
uint64_t CConnman::GetMaxOutboundTarget()
|
||||
{
|
||||
LOCK(cs_totalBytesSent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue