Skip to content

Commit

Permalink
fix: forgot to update a number
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jan 22, 2024
1 parent a8878d9 commit e46c13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-01-22-echo-v1-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The internal propagation is handled through a private link, which ensures that t
In the above example, Bob from the United States is trying to send a bundle to a block builder in Europe. The two alternative paths are:

- **The builder's own RPC API (the orange line)**: direct connection with 150ms latency. In normal circumstances, the request will be routed through the public internet, which entails a relatively high latency when compared to datacenter-to-datacenter peerings.
- **Echo V1.0 (the blue path)**: A sum of three components: 20ms for the request to the closest Echo node, then 45ms of internal propagation time to reach the Echo node in Europe, and finally 10ms for the last leg to reach the block builder. This totals 75ms, which is 80ms faster than the direct connection in this specific example.
- **Echo V1.0 (the blue path)**: A sum of three components: 20ms for the request to the closest Echo node, then 45ms of internal propagation time to reach the Echo node in Europe, and finally 10ms for the last leg to reach the block builder. This totals 75ms, which is 75ms faster than the direct connection in this specific example.

Of course, the actual latency will vary depending on the user's location and the block builder's own optimizations. However, Echo V1.0 will always try to find the fastest path to the block builder.

Expand Down

0 comments on commit e46c13d

Please sign in to comment.