Sockets: code works locally but fails over LAN

Fredrik Lundh fredrik at pythonware.com
Wed Aug 31 09:14:24 EDT 2005


"n00m" <n00m at narod.ru> wrote:

> PEOPLE, WHY ON THE EARTH IT DOES NOT WORK OVER LAN ???

what happens if you change

    s1.bind((host, port))

to

    s1.bind(("", port))

?

</F> 






More information about the Python-list mailing list