TCP Socket Communication Limit

Posted by Kubi on Stack Overflow See other posts from Stack Overflow or by Kubi
Published on 2010-04-01T17:36:08Z Indexed on 2010/04/01 17:43 UTC
Read the original article Hit count: 369

Filed under:
|
|

Is there any limit on the size of data that can be received by TCP client. With TCP socket communication, server is sending more data but the client is only getting 4K and stopping.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sockets