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

Rob Sinclar lunixinclar at orange.fr
Tue Jul 25 21:53:04 EDT 2006


On Wednesday 26 July 2006 00:48, myersoft at gmail.com wrote:
> how do I send an ack packet????????

UDP stands for User Datagram Protocol. Ther'es no ack like in TCP.
Define your own protocol ie when machine1 sends the string "ACK",
machine2 has the acknowledge it wanted.

Regards,
Rob



More information about the Python-list mailing list