[tor-bugs] #3437 [Pluggable transport]: obfsproxy should run on the Windows platform

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon Jun 20 01:49:34 UTC 2011


#3437: obfsproxy should run on the Windows platform
---------------------------------+------------------------------------------
 Reporter:  asn                  |          Owner:  asn         
     Type:  defect               |         Status:  needs_review
 Priority:  normal               |      Milestone:              
Component:  Pluggable transport  |        Version:              
 Keywords:                       |         Parent:              
   Points:                       |   Actualpoints:              
---------------------------------+------------------------------------------

Comment(by nickm):

 looks good except for the sockaddr_in6 thing:  MSDN says that windows has
 socksaddr_in6 defined if you include the Ws2tcpip.h header.

 In any case, it doesn't make sense to have a fake sockaddr_in6 here: it
 only makes sense to actually parse SOCKS5 requests to ipv6 addresses if
 the platform will actually let us connect to them.  If the platform
 doesn't provide sockaddr_in6, making up our own won't do any good.

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


More information about the tor-bugs mailing list