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. _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
