[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #18100 [Tor]: src/or/connection_edge.c typo
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs