Skip to content

Commit

Permalink
Update networking.md (#686)
Browse files Browse the repository at this point in the history
Removed extra "s" from "Telemetry messsages" in the last sentence from "Node Telemetry" section
  • Loading branch information
darwin-brandao authored Nov 22, 2023
1 parent 5f0aea7 commit b1dda6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protocol-design/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In _v21_ node telemetry was added to node. This allows peers to communicate tele

The nodes are designed to reply to `telemetry_req` messages. They avoid replying if messages are received from the same peer in quick succession; the minimum time until another reply is 60 seconds on the main network, 15 seconds on beta. This is done to reduce bandwidth.

Telemetry messsages bypass the node's bandwidth limiter so that services monitoring the network can still do so during when the network is heavily used. Sending `telemetry_req` frequently within this exclusion zone could see your ip blacklisted by other peers. The node safely handles this for you by doing ongoing requests periodically and only sent when valid to do so.
Telemetry messages bypass the node's bandwidth limiter so that services monitoring the network can still do so during when the network is heavily used. Sending `telemetry_req` frequently within this exclusion zone could see your ip blacklisted by other peers. The node safely handles this for you by doing ongoing requests periodically and only sent when valid to do so.

### Signing
`Telemetry_ack` messages are signed using [ED25519](/protocol-design/signing-hashing-and-key-derivation/#signing-algorithm-ed25519) as follows:
Expand Down

0 comments on commit b1dda6a

Please sign in to comment.