Andrew Dumaresq wrote:
> Hey,
>
> My web server was crashing, I tracked the problem down to this line:
>
> www/server.py line 292:
>
> self.socket    = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)
>
> for me (I don't support IP6) I needed to change it to:
>
> self.socket    = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
>
> Perhaps a check would be nice here... though I'm surprised that anyone
> at this stage would be using 6 on there home networks :)

Here! I use IPv6 and added it to get to my freevo pc with a public
ipv6 addr and a ipv4 addr behind a nat.

Should work now. I now try ipv6 and fallback to ipv4 if v6 isn't
working. 


Dischi

-- 
Symbol's function definition is void: signature

Attachment: pgpdvCvlrYGfB.pgp
Description: PGP signature

Reply via email to