[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r6902: Clarify a TODO, and test tweaked commit-email.pl script. tor/trunk/doc
Author: nickm
Date: 2006-07-25 18:51:51 -0400 (Tue, 25 Jul 2006)
New Revision: 6902
Modified:
tor/trunk/doc/TODO
Log:
Clarify a TODO, and test tweaked commit-email.pl script.
Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO 2006-07-25 22:33:57 UTC (rev 6901)
+++ tor/trunk/doc/TODO 2006-07-25 22:51:51 UTC (rev 6902)
@@ -65,6 +65,10 @@
them too.
- Be a little more OO to save memory in frequently
replicated structs.
+ o Split circuit_t into origin circuits and or circuits
+ - Move as many fields as reasonable out of base class.
+ - Re-pack structs to avoid wasted bytes.
+ - Split connection_t based on type field.
- "bandwidth classes", for incoming vs initiated-here conns.
o Asynchronous DNS