[tor-bugs] #3700 [Tor Relay]: Warning when running Windows relay with bufferevents

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Aug 9 16:43:49 UTC 2011


#3700: Warning when running Windows relay with bufferevents
-----------------------+----------------------------------------------------
 Reporter:  karsten    |          Owner:                    
     Type:  defect     |         Status:  new               
 Priority:  major      |      Milestone:  Tor: 0.2.3.x-final
Component:  Tor Relay  |        Version:                    
 Keywords:             |         Parent:                    
   Points:             |   Actualpoints:                    
-----------------------+----------------------------------------------------

Comment(by nickm):

 Hm.  One possibility that might make debugging easier is that some of
 these bugs might also appear on non-windows.  IOW, there are three changes
 to make on stock Tor to get the final thing we want to have working:

 * enable bufferevents (build Tor using Libevent 2.0.13-stable with the
 --enable-bufferevents configure option)

 * Enable _filtering_ SSL bufferevents (you can do this manually with
 "_UseFilteringSSLBuffevents 1".

 * Run on windows.

 * Enable IOCP (This happens with bufferevents on Windows when DisableIOCP
 0 is set).

 So one way to help track this down would be to run on windows and turn
 stuff off till we find what works.  In other words:

 * Does stuff work okay on a unix platform with bufferevents enabled?

 * Does stuff work okay on a unix platform with bufferevents enabled, and
 _UseFilteringSSLBufferevents 1 ?

 * Does stuff work okay on windows with bufferevents enabled and
 _UseFilteringSSLBufferevents 0, DisableIOCP 1?  (What I think you've got
 now).

 * Does stuff work okay on windows with bufferevents disabled and
 _UseFilteringSSLBufferevents 1, DisableIOCP 1?

 * Does stuff work okay on windows with bufferevents enabled and
 _UseFilteringSSLBufferevents 1, DisableIOCP 0?

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


More information about the tor-bugs mailing list