[tor-bugs] #18100 [Tor]: src/or/connection_edge.c typo

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Feb 8 21:06:11 UTC 2016


#18100: src/or/connection_edge.c typo
----------------------------------------+----------------------------------
 Reporter:  jirib                       |          Owner:
     Type:  defect                      |         Status:  needs_review
 Priority:  Medium                      |      Milestone:  Tor:
Component:  Tor                         |  0.2.8.x-final
 Severity:  Normal                      |        Version:  Tor:
 Keywords:  027-backport, 026-backport  |  0.2.6.3-alpha
Parent ID:                              |     Resolution:
  Sponsor:                              |  Actual Points:
                                        |         Points:
----------------------------------------+----------------------------------

Comment (by teor):

 Replying to [comment:3 nickm]:
 > Can somebody test this patch on an OpenBSD box with TPROXY?

 Tor's source says that TPROXY is a Linux-specific feature. Did we get that
 wrong?
 {{{
     } else if (!strcasecmp(options->TransProxyType, "tproxy")) {
 #if !defined(__linux__)
       REJECT("TPROXY is a Linux-specific feature.");
 #else
       options->TransProxyType_parsed = TPT_TPROXY;
 #endif
 }}}

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


More information about the tor-bugs mailing list