Searched refs:timeOut (Results 1 – 2 of 2) sorted by relevance
158 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
62 swt.timeOut = SYN_SEGMENT_TIMEOUT; in Push()66 swt.timeOut = m_defaultTimeout; in Push()