[Twisted-Python] How to Connect a IPv6 server through Twisted

Phil Mayers p.mayers at imperial.ac.uk
Sun Jan 29 18:34:30 EST 2012


On 01/29/2012 01:48 AM, Peng Xiao -X (penxiao - Digital China at Cisco) 
wrote:
> Hi experts
>
> I want to establish a connection between my twisted client and an IPv6
> server, how can I achieve that?
>
> Which version of Twisted should I use?

Currently not supported.

See:

  http://twistedmatrix.com/trac/ticket/5085

And:

  http://twistedmatrix.com/trac/wiki/IPv6

If you use the very latest SVN head, you can do:

  reactor.listenTCP(interface='::')

...to receive IPv6 TCP connections, but you cannot currently make them.



More information about the Twisted-Python mailing list