diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-07-25 22:51:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-07-25 22:51:51 +0000 |
commit | f2dc012accd60312a67eb83c14691667235c9017 (patch) | |
tree | 7365ad0cd6bccdf17de2947be56e87c2fea17144 /doc | |
parent | 4fe3c607adb78717dca12edb66d52ee0631b3995 (diff) | |
download | tor-f2dc012accd60312a67eb83c14691667235c9017.tar tor-f2dc012accd60312a67eb83c14691667235c9017.tar.gz |
Clarify a TODO, and test tweaked commit-email.pl script.
svn:r6902
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,6 +65,10 @@ N . Improve memory usage on tight-memory machines. 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 |