net: Extract download permission from noban

This commit is contained in:
MarcoFalke 2020-06-06 17:07:25 +02:00
parent f7c19e829e
commit fa0540cd46
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
11 changed files with 43 additions and 29 deletions

View file

@ -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;
}