Yes, you were right it was already there (sorry, my mistake), the
bigger problem is how do I send an ack packet
Joe Knapka wrote:
> [EMAIL PROTECTED] wrote:
>
> > I need my udp server to send an ACK back to the client when it
> > successfully receives data from the client to let it know no
I need my udp server to send an ACK back to the client when it
successfully receives data from the client to let it know not to retry
the send (yes, I do know this is how TCP works but must be in UDP)
I am using this example code I found on the net for the server, I need
to figure out how to get th