Hi, You use UDP and UDP respect packet boundary. So as soon winsock has receive a complete packet then it will deliver to application.
-- mvg, Wilfried http://www.mestdagh.biz -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens ed...@clanhay Verzonden: woensdag 17 maart 2010 6:11 Aan: [email protected] Onderwerp: [twsocket] Sending Buffer size I have a UDP server supplying client data requests. The data returned can have 1 of 2 priorities. I already have the priority algorithm worked out so not a problem. My question is, how much data does twsocket/winsock hold? i.e. If I have several low proiorty requests sending large amounts of data, and get a high proioriy request , I want this high prioirty data to have as little delay as possible to back to the client. Edwin -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
