mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Clear broken connection map on successful bootstrap
This commit is contained in:
parent
3f97c665aa
commit
e253e9577f
@ -2117,6 +2117,7 @@ circuit_send_next_onion_skin(origin_circuit_t *circ)
|
||||
"Looks like client functionality is working.");
|
||||
control_event_bootstrap(BOOTSTRAP_STATUS_DONE, 0);
|
||||
control_event_client_status(LOG_NOTICE, "CIRCUIT_ESTABLISHED");
|
||||
clear_broken_connection_map();
|
||||
if (server_mode(options) && !check_whether_orport_reachable()) {
|
||||
inform_testing_reachability();
|
||||
consider_testing_reachability(1, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user