Unverified Commit 1489e454 authored by Steven Allen's avatar Steven Allen Committed by GitHub

CHANGELOG: fix title

parent 0c0e8688
...@@ -20,7 +20,7 @@ The current DHT suffers from three core issues addressed in this release: ...@@ -20,7 +20,7 @@ The current DHT suffers from three core issues addressed in this release:
- The DHT query logic doesn't properly terminate when it hits the end of the query and, instead, aggressively keeps on searching. - The DHT query logic doesn't properly terminate when it hits the end of the query and, instead, aggressively keeps on searching.
- The routing tables are poorly maintained. This can cause search performance to slow down linearly with network size, instead of logarithimicaly as expected. - The routing tables are poorly maintained. This can cause search performance to slow down linearly with network size, instead of logarithimicaly as expected.
###### Reachable ###### Reachability
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. 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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment