[tor-commits] [metrics-web/master] Improve the glossary entry for "circuit"
karsten at torproject.org
karsten at torproject.org
Tue Nov 14 08:39:50 UTC 2017
commit f6a8b7edc31aeb1c09c4366933a2183f8134422f
Author: teor <teor2345 at gmail.com>
Date: Sat Nov 11 14:38:07 2017 +1100
Improve the glossary entry for "circuit"
Closes #24235.
---
website/src/main/resources/web/WEB-INF/glossary.jsp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/src/main/resources/web/WEB-INF/glossary.jsp b/website/src/main/resources/web/WEB-INF/glossary.jsp
index a617b21..27f658e 100644
--- a/website/src/main/resources/web/WEB-INF/glossary.jsp
+++ b/website/src/main/resources/web/WEB-INF/glossary.jsp
@@ -43,9 +43,9 @@
<p id="circuit"><b><a href="#circuit">circuit:</a></b> a path through the
Tor network
- built by <a href="#client">clients</a> consisting of at most one
- <a href="#bridge">bridge</a> and at least one
- <a href="#relay">relay</a>.</p>
+ built by <a href="#client">clients</a> starting with a
+ <a href="#bridge">bridge</a> or <a href="#relay">relay</a> and optionally
+ continued by additional relays to hide the source of the circuit.</p>
<p id="client"><b><a href="#client">client:</a></b> a node in the Tor
network,
More information about the tor-commits
mailing list