@cryptotaxi247 / kubo / commits / 1489e4548

CHANGELOG: fix title

Steven Allen committed Apr 28, 2020 at 08:28 UTC 1489e454864538f0cb4aaac87ab9158472f8e4c3
1 file changed +1 -1
CHANGELOG.md
+1 -1
@@ -20,7 +20,7 @@ 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 -###### Reachable
23 +###### Reachability
24
25 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.
26