Changeset 23102


Ignore:
Timestamp:
08/28/13 17:43:01 (11 years ago)
Author:
nit
Message:

[titan] increase default timeout to 5 sek

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/dvb.h

    r23097 r23102  
    1111        if(fd < 0) return -1;
    1212
    13         if(tout == -1) tout = 3000 * 1000;
     13        if(tout == -1) tout = 5000 * 1000;
    1414        usec = tout % 1000000;
    1515        sec = (tout - usec) / 1000000;
     
    6363        if(fd < 0) return -1;
    6464
    65         if(tout == -1) tout = 3000 * 1000;
     65        if(tout == -1) tout = 5000 * 1000;
    6666        usec = tout % 1000000;
    6767        sec = (tout - usec) / 1000000;
Note: See TracChangeset for help on using the changeset viewer.