Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Assured Minimum Size
| Subject: | Assured Minimum Size |
| Posted by: | "Allan Fernandes" (te..@ssmiths.com) |
| Date: | Wed, 4 Oct 2006 01:53:46 +0530 |
Hi,
I am using Delphi 5 with TServerSocket and TClientSocket. I use
socket.sendtext() to send small text messages successfully. When I have to
send larger text messages I am not sure that it reaches the destination in
one packet. Is there any minimum packet size that I can be sure will be
received at the destination in a single Read event.
Regards
Allan