Changeset 420

Show
Ignore:
Timestamp:
08/17/09 15:34:45 (15 years ago)
Author:
trnewman
Message:

Increased timeout. Just a HACK for the socket timeout problem.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/shell/CognitiveRadioShell.cpp

    r411 r420  
    714714    int32_t port, rc, new_sd = 1; 
    715715    int32_t desc_ready = 1; 
    716     int32_t timeout = 10; 
     716    int32_t timeout = 50; 
    717717    int32_t ret = 0;; 
    718718    fd_set sockSet; 
     
    789789                                FD_CLR(new_sd,&sockSet); 
    790790                                close(new_sd); 
     791                                break; 
    791792                            } 
    792793