diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,8 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? queue for each circuit. This lets us use less slack memory, and will eventually let us be smarter about prioritizing different kinds of traffic. + - Stop reading on edge connections when their corresponding circuit + buffers are full; start again as the circuits empty out. o Security fixes: - Directory authorities now call routers stable if they have an @@ -67,6 +69,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? o Code simplifications and refactoring - Stop passing around circuit_t and crypt_path_t pointers that are implicit in other procedure arguments. + - Drop the old code to choke directory connections when the corresponding + or connections got full: thanks to the cell queue feature, or conns + don't get full any more. Changes in version 0.1.2.12-rc - 2007-03-16 |