mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
net: Extract download permission from noban
This commit is contained in:
parent
f7c19e829e
commit
fa0540cd46
11 changed files with 43 additions and 29 deletions
|
|
@ -2643,7 +2643,7 @@ void CConnman::RecordBytesSent(uint64_t bytes)
|
|||
nMaxOutboundTotalBytesSentInCycle = 0;
|
||||
}
|
||||
|
||||
// TODO, exclude peers with noban permission
|
||||
// TODO, exclude peers with download permission
|
||||
nMaxOutboundTotalBytesSentInCycle += bytes;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue