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

2012-01-29 Thread Phil Mayers
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://twistedmatri

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

2012-01-29 Thread gelin yan
On Sun, Jan 29, 2012 at 9: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? > > ** ** > > I know

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

2012-01-28 Thread Peng Xiao -X (penxiao - Digital China at Cisco)
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? I know how to use IPv4 through "reactor.connectTCP(self.Addr, PORT, self)". Very thanks Best Regards, Xiao Peng ___