doc: noban precludes maxuploadtarget disconnects

This commit is contained in:
MarcoFalke 2020-05-21 10:42:37 -04:00
parent fa3999fe35
commit fa9604c46f
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
5 changed files with 7 additions and 9 deletions

View file

@ -2639,7 +2639,7 @@ void CConnman::RecordBytesSent(uint64_t bytes)
nMaxOutboundTotalBytesSentInCycle = 0;
}
// TODO, exclude whitebind peers
// TODO, exclude peers with noban permission
nMaxOutboundTotalBytesSentInCycle += bytes;
}