Changeset 252 in flair-src for trunk/tools


Ignore:
Timestamp:
07/05/18 17:57:08 (6 years ago)
Author:
Sanahuja Guillaume
Message:

change io_data CopyDate to RawRead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/UdtSocket.cpp

    r248 r252  
    4545  connect(heartbeat_timer, SIGNAL(timeout()), this, SLOT(heartbeat()));
    4646  heartbeat_timer->start(HEARTBEAT_TIMER);
    47  
     47  heartbeat();//send directly the first one
    4848  udtstats_timer = new QTimer(this);
    4949  connect(udtstats_timer, SIGNAL(timeout()), this, SLOT(getUTDStats()));
     
    163163      int size;
    164164      do {
     165        QCoreApplication::processEvents();//let watchdog timer send heartbeat
    165166        size=UDT::recvmsg(socket, buf, buf_size);
    166167     
Note: See TracChangeset for help on using the changeset viewer.