|
-
Jun 21st, 2007, 10:58 AM
#1
Thread Starter
Frenzied Member
[2005] Net.Sockets.TcpClient Buffer Question
Hi !
Here me again
Anyone have a idea on how to flush the buffer of a TCPClient Stream??
For example if the client TCP is reading the stream at a rate of 1 / second, but the TcpListener(Server) is sending data at a rate of 10/second, somewhere a buffer is accumulating the data that have not been read! but how to flush that buffer ?
Anyone have a idea??
Thanks
-
Jun 21st, 2007, 02:03 PM
#2
Thread Starter
Frenzied Member
Re: [2005] Net.Sockets.TcpClient Buffer Question
The only thing that I've found is to Disconnect and to reconnect.
It seam that the framework is not complete for that part
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|