mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
doc: update/clarify max outbound connection count
This commit is contained in:
parent
09ab9d4fa7
commit
d58f89d355
1 changed files with 5 additions and 5 deletions
|
@ -3,10 +3,10 @@ Reduce Traffic
|
||||||
|
|
||||||
Some node operators need to deal with bandwidth caps imposed by their ISPs.
|
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
|
By default, Bitcoin Core allows up to 125 connections to different peers, 11 of
|
||||||
which are outbound. You can therefore, have at most 115 inbound connections.
|
which are outbound. You can therefore, have at most 114 inbound connections.
|
||||||
Of the 10 outbound peers, there can be 8 full-relay connections and 2
|
Of the 11 outbound peers, there can be 8 full-relay connections, 2
|
||||||
block-relay-only ones.
|
block-relay-only ones and occasionally 1 short-lived feeler or an extra block-relay-only connection.
|
||||||
|
|
||||||
The default settings can result in relatively significant traffic consumption.
|
The default settings can result in relatively significant traffic consumption.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ calculating the target.
|
||||||
|
|
||||||
## 2. Disable "listening" (`-listen=0`)
|
## 2. Disable "listening" (`-listen=0`)
|
||||||
|
|
||||||
Disabling listening will result in fewer nodes connected (remember the maximum of 10
|
Disabling listening will result in fewer nodes connected (remember the maximum of 11
|
||||||
outbound peers). Fewer nodes will result in less traffic usage as you are relaying
|
outbound peers). Fewer nodes will result in less traffic usage as you are relaying
|
||||||
blocks and transactions to fewer nodes.
|
blocks and transactions to fewer nodes.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue