diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-02-04 05:49:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-02-04 05:49:10 +0000 |
commit | de71abd23845232dba768fa55df3cbbecdef564c (patch) | |
tree | 87789e43b73089166613576a9fea48f92f948d25 | |
parent | 06fb5cfec8b3993834e3d5d6e2ed2f4d52700947 (diff) | |
download | tor-de71abd23845232dba768fa55df3cbbecdef564c.tar.gz tor-de71abd23845232dba768fa55df3cbbecdef564c.zip |
Note that we should audit for more bucket over/underflow
svn:r3555
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,12 +23,16 @@ N&R. make loglevels info,debug less noisy o Why can't win32 find a cpuworker? For 0.0.9.3: - - All tasks marked for 0093 in flyspray. + o All tasks marked for 0093 in flyspray. o Backport performance improvement (stop calling getttimeofday for each cell) o Tor startup script should be installed by default on OSX. o Setup instructions for OSX. + + +For 0.0.9.5: - Server instructions for OSX and Windows operators. + - Audit all changes to bandwidth buckets for integer over/underflow. ************************ For Post 0.0.9 ***************************** |