[tor-bugs] #12538 [Tor]: A relay is automatically a dir cache

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jul 9 17:24:45 UTC 2014


#12538: A relay is automatically a dir cache
-----------------------------+--------------------------------
     Reporter:  cypherpunks  |      Owner:
         Type:  enhancement  |     Status:  needs_revision
     Priority:  normal       |  Milestone:  Tor: 0.2.6.x-final
    Component:  Tor          |    Version:  Tor: unspecified
   Resolution:               |   Keywords:  tor-relay
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+--------------------------------
Changes (by nickm):

 * status:  needs_review => needs_revision
 * milestone:   => Tor: 0.2.6.x-final


Comment:

 I'm not sure I understand the purpose of:
 {{{
 -  if (!server_mode(options) || !advertised_server_mode())
 +  if (options->ClientOnly || !advertised_server_mode())
 }}}

 Also, this code doesn't actually change client behavior: it would make all
 servers cache, but it wouldn't do anything to let clients know that
 they're caching so they can use them.  Also IIUC it wouldn't make servers
 actually download directory information on the same schedule caches do, or
 make them keep it as long.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12538#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list