[Twisted-Python] Telnet negotiation with Twisted

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Fri Dec 2 19:56:19 EST 2011


On 2 Dec, 04:43 am, lmorsino at gmail.com wrote:
>Hmmm. Do I need to do something with the enableRemote/enableLocal 
>methods
>of TelnetTransport?

Yes.  The default implementation of enableRemote does not allow any 
options to be enabled.  You must override it if you want the peer to be 
allowed to enable any options.

Jean-Paul



More information about the Twisted-Python mailing list