mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 23:03:45 +01:00
doc: noban precludes maxuploadtarget disconnects
This commit is contained in:
@@ -2639,7 +2639,7 @@ void CConnman::RecordBytesSent(uint64_t bytes)
|
||||
nMaxOutboundTotalBytesSentInCycle = 0;
|
||||
}
|
||||
|
||||
// TODO, exclude whitebind peers
|
||||
// TODO, exclude peers with noban permission
|
||||
nMaxOutboundTotalBytesSentInCycle += bytes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user