You didn't state whether you are using UDP or TCP, but from your
description I would say that you are using TCP. You might want to do a
little reading on the difference between the two. TCP is a streaming
protocol and I would expect it to perform exactly as you described.
UDP deals with datagrams. It would give you what you are looking for,
but at the price of losing the guaranteed delivery that TCP offers.

--Bruce


On Mon, 10 Dec 2001 11:36:03 -0500, "Ralph Krausse"
<[EMAIL PROTECTED]> wrote:

>
>I have a client (palm) and a server (windows). My palm application does
>to NetLibSends in a row, one a ULong with a value of 5, the next
>NetLibSend, a string of 5 bytes with the 'hello' in it. I get the data
>on my server but it all comes in one buffer that my server is reading
>from the buffer. I can understand why this is happing but is there a way
>to change that? I would like get 1 receive per send.
>
>Thanks
>Ralph Krausse
>
>

Bruce Vander Werf
mailto:[EMAIL PROTECTED]

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to