Home
last modified time | relevance | path

Searched refs:MSEC_T (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/rdt/CTR/
Drdt_ResendQueue.h75 void SetDefaultTimeout(MSEC_T msec) { m_defaultTimeout = msec; } in SetDefaultTimeout()
149 static const MSEC_T DEFAULT_TIMEOUT = 50; // 150 ~ 180KB
154 static const MSEC_T SYN_SEGMENT_TIMEOUT = 200;
164 MSEC_T timeStamp; // Time when sending
165 MSEC_T timeOut; // If the time specified here is exceeded, it becomes a resend target.
170 MSEC_T m_defaultTimeout; // Timeout time (in milliseconds)
Drdt_Utility.h253 typedef clock_t MSEC_T; typedef
254 MSEC_T GetCurrentTimeAsMillisecond(void);
271 typedef s64 MSEC_T; typedef
272 MSEC_T GetCurrentTimeAsMillisecond(void);
Drdt_ReceiverImpl.h143 … static const MSEC_T FIN_TIMEOUT = 1000; // Parameter that needs to be adjusted with a CTR device.
175 MSEC_T m_finAckSentTime; // Time when ACK was sent last in response to FIN segment.
Drdt_Utility.cpp291 MSEC_T GetCurrentTimeAsMillisecond(void) in GetCurrentTimeAsMillisecond()
307 MSEC_T GetCurrentTimeAsMillisecond(void)