tor/changes/ticket33812
MrSquanchee 708f51637f
Added tests for bandwidth functions
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>
2020-07-31 21:10:54 +05:30

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