]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Avoid error by not saying which intro cell type I mean
authorNick Mathewson <nickm@torproject.org>
Fri, 20 Sep 2013 15:00:04 +0000 (11:00 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 20 Sep 2013 15:00:27 +0000 (11:00 -0400)
changes/no_client_timestamps_024

index 488630fb36859022f013f8e8b52aa0cc0e2fb1fc..41dea2f1a609e65215292919ba7cd97e9b2595e5 100644 (file)
@@ -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.