mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix a function name in a comment. Closes 21580
This commit is contained in:
parent
00d1093daf
commit
0a54e5d148
@ -1240,8 +1240,8 @@ circuit_predict_and_launch_new(void)
|
||||
/** Build a new test circuit every 5 minutes */
|
||||
#define TESTING_CIRCUIT_INTERVAL 300
|
||||
|
||||
/** This function is called once a second, if router_have_min_dir_info() is
|
||||
* true. Its job is to make sure all services we offer have enough circuits
|
||||
/** This function is called once a second, if router_have_minimum_dir_info()
|
||||
* is true. Its job is to make sure all services we offer have enough circuits
|
||||
* available. Some services just want enough circuits for current tasks,
|
||||
* whereas others want a minimum set of idle circuits hanging around.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user