Files
tor/changes/feature12538
T
Matthew Finkel 0a7d22a664 Client should check if dir server has open dir port or handles tunnelled requests
Final piece of prop 237. Closes 12538.
2015-12-18 13:14:09 -05:00

7 lines
353 B
Plaintext

o Minor features (directory system):
Previously only relays who explicitly opened a directory port (DirPort)
accepted directory requests from clients. Now all relays, with and without
a DirPort, who do not disable the DirCache option accept and serve
directory requests sent (tunnelled) through their ORPort.
Closes ticket 12538.