How much buffer does NetworkStream and TcpClient have?

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-03-28T18:23:31Z Indexed on 2010/03/28 18:43 UTC
Read the original article Hit count: 634

Filed under:
|
|
|

Hello, We are writing a TCPServer and Client program. How much space is there in the TcpClient buffer? Like, at what point will it begin to throw away data? We are trying to determine if the TcpClient can be blocking or if it should go into it's own background thread(so that the buffer can not get full)..

© Stack Overflow or respective owner

Related posts about c#

Related posts about tcp