Results 1 to 2 of 2

Thread: Winsock : ByteArray in DataArrival max. 8K size ... why?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    4

    Question Winsock: ByteArray in DataArrival max. 8K size .. why?

    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]

  2. #2
    Guest
    Maybe I can help, send the code to [email protected]

    Joe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width