mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Note NULL/memset status in TODO
svn:r2539
This commit is contained in:
parent
a42adce362
commit
a8300c5a2e
4
doc/TODO
4
doc/TODO
@ -31,8 +31,10 @@ R - figure out enclaves, e.g. so we know what to recommend that people
|
|||||||
N - let tor servers use proxies for port 80 exits
|
N - let tor servers use proxies for port 80 exits
|
||||||
- Use generic port redirector for IP/bits:Port->IP:Port .
|
- Use generic port redirector for IP/bits:Port->IP:Port .
|
||||||
- Make use of them when we're doing exit connections.
|
- Make use of them when we're doing exit connections.
|
||||||
R - We should set things in options to NULL, not rely on memset(...0)
|
X We should set things in options to NULL, not rely on memset(...0)
|
||||||
being equivalent.
|
being equivalent.
|
||||||
|
o We should check for memset(0) setting things to NULL with autoconf,
|
||||||
|
and then rely on it in the code.
|
||||||
- Once we have a trusted directory on port 80, stop falling back to
|
- Once we have a trusted directory on port 80, stop falling back to
|
||||||
forbidden ports when fascistfirewall blocks all good dirservers.
|
forbidden ports when fascistfirewall blocks all good dirservers.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user