CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #5
    Join Date
    Jul 2004
    Posts
    29

    Re: Recv() return values

    It is live stream and I never know how large the data will be exactly as I'm not controlling what the server sends me.

    My only hunch is to use select() and check to see if data is still waiting to be received.

    But i don't exactly understand how that function works.
    Last edited by kewlerkid3; February 9th, 2005 at 03:13 PM.

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

Featured