Problems with sockets on Win NT

Gordon McMillan gmcm at hypernet.com
Wed Aug 4 21:08:43 EDT 1999


Murali wrote:
> 
> I'm trying to exchange datagram (UDP) packets
> between a unix machine and a Win NT machine.
> 
> The UDP packets sent from Win NT machine are
> received properly on unix machine. However UDP
> packets sent from unix machine is not at all
> received on WinNT machine.
> 
> I'm using recvfrom method to receive the packets.

You sure? That's not what your code says:

>         test = my_sock.recv(1024)

- Gordon




More information about the Python-list mailing list