Re: Python SocketServer with IPv6

2009-04-30 Thread godshorse
On Apr 30, 1:02 pm, "Martin v. Löwis" wrote: > > I am working on a overlay network implementation with python. I need > > to use both IPv4 and IPv6 at each node. Python socketserver is being > > used for this task. can anybody pls suggest me how to input an IPv6 > > address to the socketserver. >

Re: Python SocketServer with IPv6

2009-04-29 Thread Martin v. Löwis
> I am working on a overlay network implementation with python. I need > to use both IPv4 and IPv6 at each node. Python socketserver is being > used for this task. can anybody pls suggest me how to input an IPv6 > address to the socketserver. I'm not quite sure I understand the question, so here i

Python SocketServer with IPv6

2009-04-29 Thread godshorse
Hello, I am working on a overlay network implementation with python. I need to use both IPv4 and IPv6 at each node. Python socketserver is being used for this task. can anybody pls suggest me how to input an IPv6 address to the socketserver. Thanks in advance, -- http://mail.python.org/mailman/li