diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-25 15:58:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-25 15:58:53 -0500 |
commit | c3800f631b7fb837d8eb03cc0edc4d8a6454aef9 (patch) | |
tree | 376d6772f13c35bbab99afd834736e752b979e8b /changes | |
parent | d7950eda2bfd927a18df4a2620952d10dda1705c (diff) | |
parent | 3133cde3c12a814fab4c83ba59d5dfeace397ebc (diff) | |
download | tor-c3800f631b7fb837d8eb03cc0edc4d8a6454aef9.tar.gz tor-c3800f631b7fb837d8eb03cc0edc4d8a6454aef9.zip |
Merge remote-tracking branch 'public/no_itime_queue' into maint-0.2.4
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 0000000000..d8a00f4029 --- /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 |