diff options
author | Roger Dingledine <arma@torproject.org> | 2007-09-18 23:48:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-09-18 23:48:39 +0000 |
commit | 2a2cee9e517986ac81b6e9d057be617a21ac7c2e (patch) | |
tree | 23f8461cff8e15afd197f2a4fcc716f0336180bd /ChangeLog | |
parent | 82da6c02baa83e9e877657d51bfce8ffae3c6bf2 (diff) | |
download | tor-2a2cee9e517986ac81b6e9d057be617a21ac7c2e.tar.gz tor-2a2cee9e517986ac81b6e9d057be617a21ac7c2e.zip |
Start using the v2 intro format for hidden service connections. Now
clients specify their chosen rendezvous point by identity digest
rather than by (potentially ambiguous) nickname. This change could
speed up hidden service connections dramatically.
svn:r11499
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ Changes in version 0.2.0.7-alpha - 2007-??-?? o Major bugfixes: - Fix possible segfaults in functions called from rend_process_relay_cell(). + - Start using the v2 intro format for hidden service connections. Now + clients specify their chosen rendezvous point by identity digest + rather than by (potentially ambiguous) nickname. This change could + speed up hidden service connections dramatically. o Minor bugfixes: - When generating information telling us how to extend to a given |