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

    set timeout in read socket connection??

    Dear all,

    I am writing on socket programming.
    I have the queries about on reading from socket.
    Could I set the timeout if there is not response within 1 min??


    Please help!!!

  2. #2
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: set timeout in read socket connection??

    You should be able to do i suppose. Did you look at some sample socket examples?

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