I wrote a program to transfer file through tcp. Every thing is OK at the
beginning. But when transferring the a little large file through, I can't
get it in a single piece of message(The file is about 5MB).How can I deal
with this? Must I put all the pieces of messages together by myself?

Reply via email to