HELP!!! How do I send an ACK packet in UDP?????

Joe Knapka jk.usenet at kneuro.net
Tue Jul 25 19:20:06 EDT 2006


myersoft at gmail.com wrote:

> Yes, you were right it was already there (sorry, my mistake), the
> bigger problem is how do I send an ack packet????????

Look at the docs for socket.sendto(). Of course, deciding
what data should be in your "ACK" packet is for you to decide.

Cheers,

-- JK



More information about the Python-list mailing list