[tor-bugs] #23577 [Core Tor/Tor]: Add rendezvous point IPv6 address to client introduce cells

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Nov 14 13:33:55 UTC 2017


#23577: Add rendezvous point IPv6 address to client introduce cells
-------------------------------------------------+-------------------------
 Reporter:  teor                                 |          Owner:  (none)
     Type:  enhancement                          |         Status:
                                                 |  needs_revision
 Priority:  Medium                               |      Milestone:  Tor:
                                                 |  0.3.3.x-final
Component:  Core Tor/Tor                         |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  prop224, tor-hs, single-onion,       |  Actual Points:  2
  ipv6, review-group-25                          |
Parent ID:  #23493                               |         Points:  1
 Reviewer:  dgoulet                              |        Sponsor:
                                                 |  SponsorV-can
-------------------------------------------------+-------------------------

Comment (by dgoulet):

 Replying to [comment:26 neel]:
 > I have a patch which (hopefully) should resolve the two issues. The
 filename is 008-bugfix1.patch​.

 Thanks neel for the patch.

 Continuing on teor's review, I also would go with a pattern like this
 instead:

 {{{
 if (exit_node == NULL) {
   log_info(...)
   goto done;
 }
 setup_intro1()
 }}}

 The reason I think we should go with a `log_info()` instead of warning is
 because this is a very very rare race condition so if it occurs, no need
 for a warning because it is a possible "normal behavior" .

 The SOCKS connection will fail but at that point the application can retry
 and chances are that it will succeed.

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


More information about the tor-bugs mailing list