CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MadHatter

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    17,496

    Re: Socket Blocking Read TimeOut!

    receive only blocks if there is an active connection. when the socket disconnects, receive is unblocked w/ a socket exception.

    the only reason I can see for checking state would be to check for a...
  2. Replies
    12
    Views
    17,496

    Re: Socket Blocking Read TimeOut!

    I can help there... there's nothing going on behind the scenes of the socket class. Its a direct object oriented wrapper around winsock. It adds no functionality over what is provided in ws2_32's...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured