Hi,

I am building an application which uses Winsock to send data over UDP (i.e I don't reserve a socket I just send data and recive it by binding ports)

My problem is I have to buil a logic that will interact based on wiether data arrived or not
Data Arrival Event is working great for me but what about the opposite case when data is not recived how can I tell?

I tried to enable timers at the same time I send the data but I think they get inturrupted when the data arrival event fires or some thing I don't understand happening

I was thinking of Data Arrival Time out Event (or Data not Arrived Flag) but I don't know how to build one!
I hope that some one can help me with that

Thanks in Advance