Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ of content and then opportunistically cache content that would be 'profitable' f
based upon access frequency and distance from the node ID.

On the other hand, nodes that are willing to pay a 'high price' for low-latency can short-circuit
the lookup process and start their query much closer to the target node. This short-circut of the
the lookup process and start their query much closer to the target node. This short-circuit of the
lookup process 'harms' the network by hindering the ability of nodes further away to cache the
content. If every node did this then they could DOS the target node. Fortunately, because it is
more expensive it naturally self-limiting.
Expand Down