doc: noban precludes maxuploadtarget disconnects

This commit is contained in:
MarcoFalke
2020-05-21 10:42:37 -04:00
parent fa3999fe35
commit fa9604c46f
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;
}