mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
708f51637f
Added tests for 1. commit_max 2. advance_obs 3. add_obs 4. rep_hist_fill_bandwidth_history 5. rep_hist_get_bandwidth_lines Signed-off-by: Suraj Upadhyay <usuraj35@gmail.com>
8 lines
319 B
Plaintext
8 lines
319 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.
|
|
o Testing:
|
|
- Add unit tests for bandwidth statistics manipulation functions.
|
|
Closes ticket 33812. Patch by MrSquanchee
|