austinhartzheim / trixy

Create network listeners, tunnels, and outbound connections in a modular way allowing interception and modification of the traffic.
GNU General Public License v3.0
3 stars 0 forks source link

Convert asyncore/asynchat to asyncio #4

Closed austinhartzheim closed 9 years ago

austinhartzheim commented 9 years ago

Upgrade to the asyncio module which is available in Python 3.4.

This should allow greater flexibility moving forward with Trixy, but that still needs to be evaluated.

austinhartzheim commented 9 years ago

Submitted to the v3 branch. Ready for the 3.0.0 milestone.