Skip to content

Commit 37e0c58

Browse files
committed
merge bitcoin#24468: improve -onlynet help and related tor/i2p documentation
continuation of 554bd24 from dash#6031 includes: - a1db99aa (changes to doc/p2p-bad-ports.md)
1 parent 52c3b03 commit 37e0c58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/p2p-bad-ports.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
When Dash Core automatically opens outgoing P2P connections it chooses
1+
When Dash Core automatically opens outgoing P2P connections, it chooses
22
a peer (address and port) from its list of potential peers. This list is
3-
populated with unchecked data, gossiped over the P2P network by other peers.
3+
populated with unchecked data gossiped over the P2P network by other peers.
44

55
A malicious actor may gossip an address:port where no Dash node is listening,
66
or one where a service is listening that is not related to the Dash network.
@@ -17,7 +17,7 @@ authentication are unlikely to be considered a malicious action,
1717
e.g. port 80 (http).
1818

1919
Below is a list of "bad" ports which Dash Core avoids when choosing a peer to
20-
connect to. If a node is listening on such a port, it will likely receive less
20+
connect to. If a node is listening on such a port, it will likely receive fewer
2121
incoming connections.
2222

2323
1: tcpmux

0 commit comments

Comments
 (0)