Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V1.0.0.0, V1.0.1.0, V1.0.2.0, V1.0.3.0, V1.0.4.0, V1.0.5.0, V1.1.0.0, V1.2.0.0, V1.3.0.0, V1.4.0.0
-
Fix Version/s: V1.5.0.0
-
Component/s: Toolkit Source
-
Labels:None
-
Sprint:SDO Sprint 24
-
Account:SDO Transport, Diagnostic (SDOTRANSPO)
Description
In NXTDLL-74 it was observed that the keep-alive takes twice as long as configured in netHost. This is because the ulTimeDiff is calculated too fast and the check "ulTimeDiff > m_ulKeepAliveTimeout" fails the first time.
Since the netXTransportToolkit has a similar implementation, this issue might concern it, too. See HilTransport.c in function HilTransportHandleKeepAlive() Line 1800 and 1813.