summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-20 11:00:04 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-20 11:00:27 -0400
commit39bb59d36322f3092bcb8c80c54ce4930dddef3a (patch)
tree77c7e5eb273099e36593ff51cc329f94f425543b
parentfd2954d06d2e9b8b0d33bcd0a2e3dfb947ff662e (diff)
downloadtor-39bb59d36322f3092bcb8c80c54ce4930dddef3a.tar.gz
tor-39bb59d36322f3092bcb8c80c54ce4930dddef3a.zip
Avoid error by not saying which intro cell type I mean
-rw-r--r--changes/no_client_timestamps_0242
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/no_client_timestamps_024 b/changes/no_client_timestamps_024
index 488630fb36..41dea2f1a6 100644
--- a/changes/no_client_timestamps_024
+++ b/changes/no_client_timestamps_024
@@ -3,7 +3,7 @@
not used for anything, and they provided one small way for clients
to be distinguished from each other as they moved from network to
network or behind NAT. Implements part of proposal 222.
- - Clients now round timestamps in INTRODUCE2 cells down to the nearest
+ - Clients now round timestamps in INTRODUCE cells down to the nearest
10 minutes. If a new Support022HiddenServices option is set to 0,
or if it's set to "auto" and the feature is disabled in the consensus,
the timestamp is sent as 0 instead. Implements part of proposal 222.