Skip to content

Commit fa6e01f

Browse files
MarcoFalkehebasto
MarcoFalke
andcommitted
doc: block-relay-only is not blocksonly
Co-Authored-By: Hennadii Stepanov <[email protected]>
1 parent 6cfb3db commit fa6e01f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/reduce-memory.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ The size of some in-memory caches can be reduced. As caches trade off memory usa
2424

2525
## Number of peers
2626

27-
- `-maxconnections=<n>` - the maximum number of connections, this defaults to `125`. Each active connection takes up some memory. Only significant if incoming connections are enabled, otherwise the number of connections will never be more than `10`. Of the 10 outbound peers, there can be 8 full outgoing connections and 2 -blocksonly peers, in which case they are block/addr peers, but not tx peers.
27+
- `-maxconnections=<n>` - the maximum number of connections, this defaults to 125. Each active connection takes up some
28+
memory. This option applies only if incoming connections are enabled, otherwise the number of connections will never
29+
be more than 10. Of the 10 outbound peers, there can be 8 full-relay connections and 2 block-relay-only ones.
2830

2931
## Thread configuration
3032

doc/reduce-traffic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Some node operators need to deal with bandwidth caps imposed by their ISPs.
55

66
By default, Bitcoin Core allows up to 125 connections to different peers, 10 of
77
which are outbound. You can therefore, have at most 115 inbound connections.
8-
Of the 10 outbound peers, there can be 8 full outgoing connections and 2 with
9-
the -blocksonly mode turned on. You can therefore, have at most 115 inbound connections.
8+
Of the 10 outbound peers, there can be 8 full-relay connections and 2
9+
block-relay-only ones.
1010

1111
The default settings can result in relatively significant traffic consumption.
1212

0 commit comments

Comments
 (0)