mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
7 lines
343 B
Plaintext
7 lines
343 B
Plaintext
o Code simplification and refactoring:
|
|
- Remove data structures which were introduced to implement the
|
|
CellStatistics option: they are now redundant with the addition
|
|
of a timestamp to the regular packed_cell_t data structure, which
|
|
we did in 0.2.4.18-rc in order to resolve ticket 9093. Implements
|
|
ticket 10870.
|