Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jun : How many bytes to WinSock send function
| Subject: | How many bytes to WinSock send function |
| Posted by: | "Matjaz Cof" (matj..@opal.si) |
| Date: | Wed, 4 Jun 2008 10:05:00 |
I wonder how many bytes is preferred to send to WinSock.send function.
I think that someday i read somewhere that TCP/IP send approximate 1500
bytes.
So how many bytes is the best to send. I know that buffer is not big
enough to send (over winsock.send) 1MB at once.