Home
last modified time | relevance | path

Searched refs:timeOut (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_ResendQueue.h158 SegmentWithTime(void) : timeStamp(0), timeOut(0), resendMark(false) {} in SegmentWithTime()
159 bool IsTimeOut(void) const { return (timeStamp + timeOut < GetCurrentTimeAsMillisecond()); } in IsTimeOut()
163 MSEC_T timeOut; // If the time specified here is exceeded, it becomes a resend target. member
Drdt_ResendQueue.cpp62 swt.timeOut = SYN_SEGMENT_TIMEOUT; in Push()
66 swt.timeOut = m_defaultTimeout; in Push()