[tor-bugs] #19969 [Core Tor/Tor]: tor client does not immediately open new circuits after standby

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Oct 31 04:43:23 UTC 2016


#19969: tor client does not immediately open new circuits after standby
-------------------------------------------------+-------------------------
 Reporter:  weasel                               |          Owner:
     Type:  defect                               |         Status:
                                                 |  needs_review
 Priority:  High                                 |      Milestone:  Tor:
                                                 |  0.3.0.x-final
Component:  Core Tor/Tor                         |        Version:  Tor:
                                                 |  0.2.8.6
 Severity:  Normal                               |     Resolution:
 Keywords:  regression 029-backport              |  Actual Points:
  028-backport                                   |
Parent ID:                                       |         Points:  2
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by arma):

 Replying to [comment:17 nickm]:
 > Okay; I think that branch `bug19969_028` in my public repository may
 have a fix here.

 {{{
 @@ -768,6 +802,7 @@ connection_ap_rescan_and_attach_pending(void)
                 pending_entry_connections);
        untried_pending_connections = 1;
        connection_ap_mark_as_pending_circuit(entry_conn);
 +      schedule_pending_connections_event();
      }

    } SMARTLIST_FOREACH_END(conn);
 }}}
 isn't needed, right, since connection_ap_mark_as_pending_circuit() calls
 schedule_pending_connections_event() too?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19969#comment:22>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list