shadow / shadow-plugin-tor

A Shadow plug-in that runs the Tor anonymity software
https://shadow.github.io
Other
49 stars 39 forks source link

Support Tor's thread pool #18

Closed robgjansen closed 8 years ago

robgjansen commented 9 years ago

Starting in tor-0.2.6.3-alpha, Tor added a new thread pool which it uses for its cpuworkers that process onion skins. Our cpuworker workarounds break with Tor's new design. We should either provide a fix from the plug-in side, or wait for Shadow to support threads more generally as part of shadow/shadow#236

robgjansen commented 8 years ago

shadow/shadow#236 is complete, and this now works correctly.