CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    34

    Urgent Help! Winsock Problem

    I have an application using winsock to UNIX but I find that when it execute "connect(Socket, sockaddr, int)", it sometimes hanged. What does it mean?
    And Can I use timeout to stop it? What is the method?
    Thanks in advance


  2. #2
    Join Date
    Sep 1999
    Posts
    7

    Re: Urgent Help! Winsock Problem

    Try using Winsock 2, Winsock 2 support timeout, but it's difficult to use.


  3. #3
    Guest

    Re: Urgent Help! Winsock Problem

    create an object which is derived from CAsycSocket and set for events


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