PDA

Click to See Complete Forum and Search --> : Winsock : ByteArray in DataArrival max. 8K size ... why?


maxx
May 16th, 2000, 11:25 PM
Hi,

I've coded a client-server-application, using Winsock Control. Everything works fine, but whenever a Client receives a ByteArray from the Server (~ 30 kb) it hacks the ByteArray in 8 KB-Pieces. The tcpServer.SendData however is able to transmit the package as one.

I've managed to re-attach the small byteArrays to a big one, but it slows the Program down that much, that it doesn't make sense to send Packages bigger than 100k. Can anyone help me?

BTW: There are no Files to transmit, so i can't use Inet control ... it's just inMemory-Data to transmit.

Thanks for any suggestions,

maxx

[Edited by maxx on 05-17-2000 at 12:28 PM]

May 20th, 2000, 10:29 AM
Maybe I can help, send the code to rfsoftware@hotmail.com

Joe