Is there any timeOut Mechanism in Winsock Programming?
-
Hi all, In my application(winsock Programm) I am sending the message to client application and i am waiting for ack, I have a plan to implement timeout mechanism if client doesn't send any ack please give your sugesstions . My question is "Is there any timeOut Mechanism in Winsock Programming?Like SerialComm" anju
-
Hi all, In my application(winsock Programm) I am sending the message to client application and i am waiting for ack, I have a plan to implement timeout mechanism if client doesn't send any ack please give your sugesstions . My question is "Is there any timeOut Mechanism in Winsock Programming?Like SerialComm" anju
Use the
select
function for that purpose. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/select_2.asp Michel It is a lovely language, but it takes a very long time to say anything in it, because we do not say anything in it, unless it is worth taking a very long time to say, and to listen to.
- TreeBeard -
Use the
select
function for that purpose. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/select_2.asp Michel It is a lovely language, but it takes a very long time to say anything in it, because we do not say anything in it, unless it is worth taking a very long time to say, and to listen to.
- TreeBeard