@cryptotaxi247 / kubo / commits / 8e96e160a

add note about DHT performance improvements being dependent on the network upgrading to the Changelog

Adin Schmahmann committed Apr 28, 2020 at 11:48 UTC 8e96e160a6d55e8cb099d3dfc098b9684c98c5c2
1 file changed +2
CHANGELOG.md
+2
@@ -20,6 +20,8 @@ The current DHT suffers from three core issues addressed in this release:
20 - The DHT query logic doesn't properly terminate when it hits the end of the query and, instead, aggressively keeps on searching.
21 - The routing tables are poorly maintained. This can cause search performance to slow down linearly with network size, instead of logarithimicaly as expected.
22
23 +While some of the DHT improvements will be apparent on release, many of the performance improvements will become more pronounced as the network upgrades.
24 +
25 ###### Reachability
26
27 We have addressed the problem of undialable nodes by having nodes wait to join the DHT as _server_ nodes until they've confirmed that they are reachable from the public internet.