diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-11 11:52:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-11 11:52:35 -0500 |
commit | 10d4d3e2d58f94418ca9554aee251232bbaaab99 (patch) | |
tree | 43014ee5514f5edd0ee7db50fb97ce2117954b88 /changes | |
parent | 5e0cdc5ef254993d9244795eed217ac3eb1f7c24 (diff) | |
parent | 5b55e0e18180d96331e846b700ac194e24f43b8e (diff) | |
download | tor-10d4d3e2d58f94418ca9554aee251232bbaaab99.tar tor-10d4d3e2d58f94418ca9554aee251232bbaaab99.tar.gz |
Merge remote-tracking branch 'public/no_itime_queue_025'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10870 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug10870 b/changes/bug10870 new file mode 100644 index 000000000..d8a00f402 --- /dev/null +++ b/changes/bug10870 @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Remove data structures which were introduced to implement the + CellStatistics option: they are now redundant with the addition + of timestamp to the regular packed_cell_t data structure, which + we did in 0.2.4.18-rc in order to resolve #9093. Fixes bug + 10870.
\ No newline at end of file |