|
|
|
|
|
by franek
667 days ago
|
|
Does Reticulum routing always prefer the path with the fewest hops, even if a path with more hops might have higher throughput or lower latency? That's how I understand the manual (https://reticulum.network/manual/understanding.html): > Once an announce has reached a node in the network, any other node in direct contact with that node will be able to reach the destination the announce originated from, simply by sending a packet addressed to that destination. Any node with knowledge of the announce will be able to direct the packet towards the destination by looking up the next node with the shortest amount of hops to the destination. |
|
This means that announces are much more likely to be transferred over the faster medium first, resulting in paths that are on average the most reasonable balance between speed and distance.
If that doesn’t make sense at first, I get it. I find trying to visualize how it works really helps. Reticulum is conceptually so different from anything else out there that it takes a while to understand.
See http://reticulum.network/manual/understanding.html#the-annou... for more details.