diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-07-26 19:39:47 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-07-26 19:39:47 +0000 |
commit | dd9a563a9eb356fb3ff0461931474e3f661d1221 (patch) | |
tree | 0234e1e06f34fd6e008bcb57b08dbfb753cc870c /doc | |
parent | 0bc741ba7f6abb148d63c7707cfe0139dff6b7ca (diff) | |
download | tor-dd9a563a9eb356fb3ff0461931474e3f661d1221.tar tor-dd9a563a9eb356fb3ff0461931474e3f661d1221.tar.gz |
r6920@Kushana: nickm | 2006-07-26 15:39:40 -0400
Mark some TODO items done
svn:r6909
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -66,9 +66,9 @@ N . Improve memory usage on tight-memory machines. - 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. + . Move as many fields as reasonable out of base class. + o Re-pack structs to avoid wasted bytes. + o Split connection_t based on type field. - "bandwidth classes", for incoming vs initiated-here conns. o Asynchronous DNS |