From fa9604c46f3245a704487c29b684caadffbf73bc Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 21 May 2020 10:42:37 -0400 Subject: doc: noban precludes maxuploadtarget disconnects --- src/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net.cpp') diff --git a/src/net.cpp b/src/net.cpp index 2ccb89248f..f3b7e8dab1 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -2639,7 +2639,7 @@ void CConnman::RecordBytesSent(uint64_t bytes) nMaxOutboundTotalBytesSentInCycle = 0; } - // TODO, exclude whitebind peers + // TODO, exclude peers with noban permission nMaxOutboundTotalBytesSentInCycle += bytes; } -- cgit v1.2.3