Skip to content

Commit 7a28383

Browse files
committed
Merge bitcoin#29052: doc/reduce-traffic: update/clarify max outbound connection count
d58f89d doc: update/clarify max outbound connection count (Marnix) Pull request description: closes bitcoin#29046 ACKs for top commit: amitiuttarwar: ACK d58f89d brunoerg: ACK d58f89d Tree-SHA512: 4f6e8596ceea0b655338b3fc90a465e319d81e2a006f22a98cd9acada9316e7eb2340e2f66b1b4dde4e63ae94f57efddec50478715608e1be3212b8e2d1c3a1a
2 parents 622e79e + d58f89d commit 7a28383

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/reduce-traffic.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Reduce Traffic
33

44
Some node operators need to deal with bandwidth caps imposed by their ISPs.
55

6-
By default, Bitcoin Core allows up to 125 connections to different peers, 10 of
7-
which are outbound. 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.
6+
By default, Bitcoin Core allows up to 125 connections to different peers, 11 of
7+
which are outbound. You can therefore, have at most 114 inbound connections.
8+
Of the 11 outbound peers, there can be 8 full-relay connections, 2
9+
block-relay-only ones and occasionally 1 short-lived feeler or an extra block-relay-only connection.
1010

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

@@ -28,7 +28,7 @@ calculating the target.
2828

2929
## 2. Disable "listening" (`-listen=0`)
3030

31-
Disabling listening will result in fewer nodes connected (remember the maximum of 10
31+
Disabling listening will result in fewer nodes connected (remember the maximum of 11
3232
outbound peers). Fewer nodes will result in less traffic usage as you are relaying
3333
blocks and transactions to fewer nodes.
3434

0 commit comments

Comments
 (0)