- Implement option to download and cache extra-info documents.
- Drop bandwidth history from router-descriptors
- 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:
- Make resolves no longer use edge_connection_t unless they are actually
_on_ on a socks connection: have edge_connection_t and (say)
o Document it.
o Do something smart with freeing unused chunks.
- 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
target OR conn's outbuf? or when the circuit is not too full.
- MAYBE kill stalled circuits rather than stalled connections; consider
o Actually create and use linked connections.
- Handle rate-limiting on directory writes to linked directory
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.
- Find more ways to test this.
D Generate torrc.{complete|sample}.in, tor.1.in, the HTML manual, and the