mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
clean up a few confusions brian levine pointed out
svn:r10415
This commit is contained in:
parent
07ed34aadb
commit
b4fbe0b7e3
@ -316,9 +316,10 @@ of their choices.
|
||||
probability (N-C)/N of choosing a good entry and not being profiled.
|
||||
|
||||
When guard nodes are enabled, Tor maintains an ordered list of entry nodes
|
||||
as our chosen guards, and store this list persistently to disk. If a Guard
|
||||
as our chosen guards, and stores this list persistently to disk. If a Guard
|
||||
node becomes unusable, rather than replacing it, Tor adds new guards to the
|
||||
end of the list. When it comes time to choose an entry, Tor chooses at
|
||||
end of the list. When choosing the first hop of a circuit, Tor
|
||||
chooses at
|
||||
random from among the first NumEntryGuards (default 3) usable guards on the
|
||||
list. If there are not at least 2 usable guards on the list, Tor adds
|
||||
routers until there are, or until there are no more usable routers to add.
|
||||
|
Loading…
Reference in New Issue
Block a user