Opened 8 years ago
Last modified 8 years ago
#256 new defect
implement the transport plugins as zope/twisted IPlugin
Reported by: | dawuud | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | unknown | Version: | 0.9.1 |
Keywords: | tor, plugin, transport plugin | Cc: |
Description
currently in Tahoe-LAFS land we are discussing the new transport plugins system... and it seems there is a need to utilize the twisted plugin system for this.
Note: See
TracTickets for help on using
tickets.
OK here's some changes to make the SOCKS5 and DefaultTCP plugins implement the IPlugin interface which we need to resolve the corresponding Tahoe-LAFS ticket ( https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2788 );
pull request on github: https://github.com/warner/foolscap/pull/26
please review