mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
cosmetic, comment, and todo fixes
svn:r9627
This commit is contained in:
@@ -24,6 +24,9 @@ N - Test guard unreachable logic; make sure that we actually attempt to
|
||||
connect to guards that we think are unreachable from time to time.
|
||||
Make sure that we don't freak out when the network is down.
|
||||
|
||||
- make the nsis mingw packaging scripts fail if it tries to parse
|
||||
a file but the file is missing.
|
||||
|
||||
o weight dir requests by advertised bandwidth? with maybe a lower cutoff
|
||||
than for tor traffic. perhaps also weighted by the expected size of
|
||||
the response.
|
||||
@@ -31,12 +34,12 @@ N - Test guard unreachable logic; make sure that we actually attempt to
|
||||
. Have (and document) a BEGIN_DIR relay cell that means "Connect to your
|
||||
directory port."
|
||||
o Implement
|
||||
R - turn the received socks addr:port into a digest for setting .exit
|
||||
- be able to connect without having a server descriptor, to bootstrap.
|
||||
R - handle connect-dir streams that don't have a chosen_exit_name set.
|
||||
o include ORPort in DirServers lines so we can know where to connect.
|
||||
list the orport as 0 if it can't handle begin_dir.
|
||||
o List orports of actual dirservers..
|
||||
D turn the received socks addr:port into a digest for setting .exit
|
||||
R - be able to connect without having a server descriptor, to bootstrap.
|
||||
D handle connect-dir streams that don't have a chosen_exit_name set.
|
||||
o include ORPort in DirServers lines so we can know where to connect.
|
||||
list the orport as 0 if it can't handle begin_dir.
|
||||
o List orports of actual dirservers..
|
||||
|
||||
. option to dl directory info via tor:
|
||||
TunnelDirConns and PreferTunneledDirConns
|
||||
@@ -423,6 +426,8 @@ R - add d64 and fp64 along-side d and fp so people can paste status
|
||||
of edge_stream_t.
|
||||
|
||||
Future version:
|
||||
- Should TrackHostExits expire TrackHostExitsExpire seconds after their
|
||||
*last* use, not their *first* use?
|
||||
- Configuration format really wants sections.
|
||||
- Good RBL substitute.
|
||||
- Authorities should try using exits for http to connect to some URLS
|
||||
|
||||
Reference in New Issue
Block a user