Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Rendering/VR/
H A DvtkVRCollaborationClient.cxx37 const int LIVE_COUNT = 3; variable
947 this->NeedReply = currTime + HEARTBEAT_INTERVAL * LIVE_COUNT; in HandleCollabMessage()
965 if (this->RetryCount > LIVE_COUNT) in HandleCollabMessage()
967 this->NeedReply = currTime + HEARTBEAT_INTERVAL * LIVE_COUNT * this->RetryCount; in HandleCollabMessage()
1160 this->NeedReply = currTime + HEARTBEAT_INTERVAL * LIVE_COUNT * this->RetryCount; in Initialize()