Changeset 252 in flair-src for trunk/tools/FlairGCS/src
- Timestamp:
- Jul 5, 2018, 5:57:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/UdtSocket.cpp
r248 r252 45 45 connect(heartbeat_timer, SIGNAL(timeout()), this, SLOT(heartbeat())); 46 46 heartbeat_timer->start(HEARTBEAT_TIMER); 47 47 heartbeat();//send directly the first one 48 48 udtstats_timer = new QTimer(this); 49 49 connect(udtstats_timer, SIGNAL(timeout()), this, SLOT(getUTDStats())); … … 163 163 int size; 164 164 do { 165 QCoreApplication::processEvents();//let watchdog timer send heartbeat 165 166 size=UDT::recvmsg(socket, buf, buf_size); 166 167
Note:
See TracChangeset
for help on using the changeset viewer.