aboutsummaryrefslogtreecommitdiff
path: root/doc/reduce-traffic.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-03-29 08:38:36 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-03-30 09:09:12 -0400
commitfa6e01f2a163511a735088895ab02232b150801b (patch)
treeadbb92c3997dfa1e4e3b92b2c05b15a959eb92f4 /doc/reduce-traffic.md
parent6cfb3dbbdbf575b4f3ab1fced3410d67c00d01de (diff)
downloadbitcoin-fa6e01f2a163511a735088895ab02232b150801b.tar.xz
doc: block-relay-only is not blocksonly
Co-Authored-By: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
Diffstat (limited to 'doc/reduce-traffic.md')
-rw-r--r--doc/reduce-traffic.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reduce-traffic.md b/doc/reduce-traffic.md
index 7debb0a16e..e39e43df7a 100644
--- a/doc/reduce-traffic.md
+++ b/doc/reduce-traffic.md
@@ -5,8 +5,8 @@ Some node operators need to deal with bandwidth caps imposed by their ISPs.
By default, Bitcoin Core allows up to 125 connections to different peers, 10 of
which are outbound. You can therefore, have at most 115 inbound connections.
-Of the 10 outbound peers, there can be 8 full outgoing connections and 2 with
-the -blocksonly mode turned on. You can therefore, have at most 115 inbound connections.
+Of the 10 outbound peers, there can be 8 full-relay connections and 2
+block-relay-only ones.
The default settings can result in relatively significant traffic consumption.