Peer crawler: copy edits per reviews

This commit is contained in:
mDuo13
2019-03-04 17:08:19 -08:00
parent bf3dfe13d5
commit 8d3b6fd4d0
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ To establish a peer-to-peer connection, one server connects to another via HTTPS
## Peer Protocol Port
To participate in the XRP Ledger, `rippled` servers connects to arbitrary peers using the peer protocol. (All peers are treated as untrusted, unless they are [clustered](clustering.html) with the current server.)
To participate in the XRP Ledger, `rippled` servers connect to arbitrary peers using the peer protocol. (All peers are treated as untrusted, unless they are [clustered](clustering.html) with the current server.)
Ideally, the server should be able to send _and_ receive connections on the peer port. You should forward the port used for the peer protocol through your firewall to the `rippled` server. The [default `rippled` configuration file](https://github.com/ripple/rippled/blob/master/cfg/rippled-example.cfg) listens for incoming peer protocol connections on port 51235 on all network interfaces. You can change the port used by editing the appropriate stanza in your `rippled.cfg` file.