In article "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote:
> I would be very interested in taking a look at how you implemented
> that part of code. Would it be possible?
Sadly, no. It's proprietary code. But, it's really not that complicated
to reconstruct, once you know the basic idea. You h
On 3 Mag, 05:38, Roy Smith <[EMAIL PROTECTED]> wrote:
> In the application I work on, we've avoided this. We just listen on two
> separate sockets (one for each address family). We wrote a DualSocket
> class which manages the two underlying single-protocol sockets and makes
> them appear to be a
> Thanks a lot. I've been able to listen on ::1:21 after having
> installed IPv6 on both Windows and Linux thanks to your suggestions.
> I'd like to ask one more question: is it possible to bind my server on
> both IPv4 and IPv6 addresses (note: I do not use multiple threads or
> processes)?
You c
In article
<[EMAIL PROTECTED]>,
"Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote:
> Thanks a lot. I've been able to listen on ::1:21 after having
> installed IPv6 on both Windows and Linux thanks to your suggestions.
> I'd like to ask one more question: is it possible to bind my server on
> both IP
On 2 Mag, 21:41, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> > My hosting company provides me a common IPv4 address.
> > I'd like to set up my workstation (Windows XP or Linux Debian, doesn't
> > really matter) to temporarily use IPv6 for trying to add such feature
> > to my library (I work on b
Giampaolo Rodola' schrieb:
> I'm not sure if this is a question about python programming, system
> administration or sockets in general...
> I have the FTP server in my signature to which I'd want to add IPv6
> support.
> My hosting company provides me a common IPv4 address.
> I'd like to set up my
> My hosting company provides me a common IPv4 address.
> I'd like to set up my workstation (Windows XP or Linux Debian, doesn't
> really matter) to temporarily use IPv6 for trying to add such feature
> to my library (I work on both Windows XP and Linux).
> Could someone point me to some resources
On May 2, 2:15 pm, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote:
> I'm not sure if this is a question about python programming, system
> administration or sockets in general...
> I have the FTP server in my signature to which I'd want to add IPv6
> support.
> My hosting company provides me a commo
I'm not sure if this is a question about python programming, system
administration or sockets in general...
I have the FTP server in my signature to which I'd want to add IPv6
support.
My hosting company provides me a common IPv4 address.
I'd like to set up my workstation (Windows XP or Linux Debia