PDA

Click to See Complete Forum and Search --> : sending a large string


dlern
Jan 28th, 2006, 06:55 AM
I am using winsock.senddata to send a large string (over 200 characters) of information.

Is there a limit on how big the string can be as in file transferring? If so, do I need to "chunk it" as in file transfers if the string exceeds 1000 characters? Is there a way to determine what the max string size should be?

Input and suggestions are welcome.

Jumpercables
Feb 3rd, 2006, 04:35 PM
Send a few larger strings across and see if the is a limit.

jizzmasterflex
Feb 5th, 2006, 12:00 PM
I use 200 characters just to be safe.