aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-05-21 10:42:37 -0400
committerMarcoFalke <[email protected]>2020-06-04 16:39:23 -0400
commitfa9604c46f3245a704487c29b684caadffbf73bc (patch)
tree190637c73190b8582ce66f338922ce6ff4c14152 /src/net.cpp
parentnet: Reformat excessively long if condition into multiple lines (diff)
downloaddiscoin-fa9604c46f3245a704487c29b684caadffbf73bc.tar.xz
discoin-fa9604c46f3245a704487c29b684caadffbf73bc.zip
doc: noban precludes maxuploadtarget disconnects
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 2ccb89248..f3b7e8dab 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;
}