Am Mittwoch 26 April 2006 17:02 schrieb Pramod TK:
> 1. Does python support IPv6? [128 bit IP addresses?]
Yes.
> 2. Does it support setting of QoS flags?
Yes. That's a socket option which you can set just as you would set it using C
(at least under Unix, under Windows: no idea).
> 3. Does it s
Pramod TK wrote:
> Is this new function getaddrinfo() of IPv6 is supported in Win32 Extensions
> for python.
Yes, since Python 2.4 (actually, not in the Win32 extensions, but in the
standard Python socket module for Win32).
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
Pramod TK enlightened us with:
> 1. Does python support IPv6? [128 bit IP addresses?]
Yes.
> 2. Does it support setting of QoS flags?
No idea.
> 3. Does it support tunneling of IPv6 on a IPv4 network?
IIRC that's the OS's job, not Python's.
> 4. If an IPv4 address is given, does it support th
Hello All,
I have some queries related to python support for IPv6. Can you kindly
clarify the doubts which I have -
1. Does python support IPv6? [128 bit IP addresses?]
2. Does it support setting of QoS flags?
3. Does it support tunneling of IPv6 on a IPv4 network?
4. If an IPv4 address is given,