Changeset 10987


Ignore:
Timestamp:
06/10/11 16:22:07 (13 years ago)
Author:
tbretz
Message:
Set the timeout between header and data to 500ms. 50ms was to small for the real FAD board. Maybe this timeout should be in the order of what is allowed by the ethernet?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fadctrl.cc

    r10986 r10987  
    176176            fBuffer.resize(fEventHeader.fPackageLength-sizeof(FAD::EventHeader)/2);
    177177            AsyncRead(ba::buffer(fBuffer), kReadData);
    178             AsyncWait(fInTimeout, 50, &Connection::HandleReadTimeout);
     178            AsyncWait(fInTimeout, 500, &Connection::HandleReadTimeout);
    179179
    180180            return;
Note: See TracChangeset for help on using the changeset viewer.