Results 1 to 2 of 2

Thread: [2005] Net.Sockets.TcpClient Buffer Question

  1. #1

    Thread Starter
    Frenzied Member Zakary's Avatar
    Join Date
    Mar 2005
    Location
    Canada, Quebec, Montreal
    Posts
    1,654

    [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
    Using VS 2010 on Fw4.0

  2. #2

    Thread Starter
    Frenzied Member Zakary's Avatar
    Join Date
    Mar 2005
    Location
    Canada, Quebec, Montreal
    Posts
    1,654

    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
    Using VS 2010 on Fw4.0

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