mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
5ca03f1ebd
Signed-off-by: Suraj Upadhyay <usuraj35@gmail.com>
8 lines
340 B
Plaintext
8 lines
340 B
Plaintext
o Code simplification and refactoring:
|
|
- Move the bandwidth structure and function declarations
|
|
to new file. Include this module in other files.
|
|
Remove REPHIST_PRIVATE. Closes ticket 33812.
|
|
o Testing:
|
|
- Add unit tests for bandwidth statistics manipulation functions.
|
|
Closes ticket 33812. Patch by MrSquanchee
|