[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9999: Mark more proposals for inclusion in 0.2.0. Arma, please tak (in tor/trunk: . doc)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9999: Mark more proposals for inclusion in 0.2.0. Arma, please tak (in tor/trunk: . doc)
- From: nickm@xxxxxxxx
- Date: Sat, 21 Apr 2007 13:48:48 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 21 Apr 2007 13:49:03 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: nickm
Date: 2007-04-21 13:48:45 -0400 (Sat, 21 Apr 2007)
New Revision: 9999
Modified:
tor/trunk/
tor/trunk/doc/TODO
Log:
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.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r12488] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO 2007-04-21 17:46:22 UTC (rev 9998)
+++ tor/trunk/doc/TODO 2007-04-21 17:48:45 UTC (rev 9999)
@@ -79,6 +79,10 @@
- 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)
@@ -104,7 +108,9 @@
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
@@ -136,7 +142,7 @@
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