mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
r12488@catbus: nickm | 2007-04-21 13:47:09 -0400
Mark more proposals for inclusion in 0.2.0. Arma, please take this out or question them if you disagree. svn:r9999
This commit is contained in:
parent
87b5928202
commit
f9cf90b597
10
doc/TODO
10
doc/TODO
@ -79,6 +79,10 @@ Things we'd like to do in 0.2.0.x:
|
|||||||
- Implement option to download and cache extra-info documents.
|
- Implement option to download and cache extra-info documents.
|
||||||
- Drop bandwidth history from router-descriptors
|
- Drop bandwidth history from router-descriptors
|
||||||
- 105: Version negotiation for the Tor protocol (finalize by Jun 1)
|
- 105: Version negotiation for the Tor protocol (finalize by Jun 1)
|
||||||
|
- 108: Base "Stable" Flag on Mean Time Between Failures
|
||||||
|
- 109: No more than one server per IP address
|
||||||
|
- 103: Splitting identity key from regularly used signing key
|
||||||
|
- 113: Simplifying directory authority administration
|
||||||
- Refactoring:
|
- Refactoring:
|
||||||
- Make resolves no longer use edge_connection_t unless they are actually
|
- Make resolves no longer use edge_connection_t unless they are actually
|
||||||
_on_ on a socks connection: have edge_connection_t and (say)
|
_on_ on a socks connection: have edge_connection_t and (say)
|
||||||
@ -104,7 +108,9 @@ Things we'd like to do in 0.2.0.x:
|
|||||||
o Document it.
|
o Document it.
|
||||||
o Do something smart with freeing unused chunks.
|
o Do something smart with freeing unused chunks.
|
||||||
- Benchmark pool-allocation vs straightforward malloc.
|
- Benchmark pool-allocation vs straightforward malloc.
|
||||||
- Can we stop doing so many memcpys on cells?
|
- Adjust memory allocation logic in pools to favor a little less
|
||||||
|
slack memory.
|
||||||
|
D Can we stop doing so many memcpys on cells?
|
||||||
o Also, only package data from exitconns when there is space on the
|
o Also, only package data from exitconns when there is space on the
|
||||||
target OR conn's outbuf? or when the circuit is not too full.
|
target OR conn's outbuf? or when the circuit is not too full.
|
||||||
- MAYBE kill stalled circuits rather than stalled connections; consider
|
- MAYBE kill stalled circuits rather than stalled connections; consider
|
||||||
@ -136,7 +142,7 @@ Things we'd like to do in 0.2.0.x:
|
|||||||
o Actually create and use linked connections.
|
o Actually create and use linked connections.
|
||||||
- Handle rate-limiting on directory writes to linked directory
|
- Handle rate-limiting on directory writes to linked directory
|
||||||
connections in a more sensible manner.
|
connections in a more sensible manner.
|
||||||
- Rename want_to_read and want_to_write; they're actually about
|
o Rename want_to_read and want_to_write; they're actually about
|
||||||
being blocked, not about wanting to read/write.
|
being blocked, not about wanting to read/write.
|
||||||
- Find more ways to test this.
|
- Find more ways to test this.
|
||||||
D Generate torrc.{complete|sample}.in, tor.1.in, the HTML manual, and the
|
D Generate torrc.{complete|sample}.in, tor.1.in, the HTML manual, and the
|
||||||
|
Loading…
Reference in New Issue
Block a user