|
-
Jan 23rd, 2008, 01:44 PM
#1
Thread Starter
New Member
how to create Winsock Datar Arrival Time out event?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|