Hello all,

I am developing a socket application for the spt1740.  The application is
the client, and the server  is also developed by the company I work for.
Currently I am trying to stress test the application by sending large
amounts of data as quickly as possible.  The data size can range from 1 byte
to 65KB.

For the most part all transimissions arrive safely, no matter how large the
data.  However after 10 or 11 transimissions(not consistent) I will receive
a transmission that has corrupted data and on the next transimission the
function call
NetLibSend() will return an error, netErrMessageTooBig.  It is my
understanding that TCP/IP will break the message up into 1.5KB packets and
that I should not have a problem with message sizes.

Can anyone point me in the right direction?

Thanks,
Kristopher Keller
Data Collections Unlimited
[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