From fa0540cd46eaf44d9e1a9f91c3a937986826c4fa Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 6 Jun 2020 17:07:25 +0200 Subject: net: Extract download permission from noban --- 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 21d340b51..d62c25956 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -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; } -- cgit v1.2.3