Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnNetwork.cpp691 …const REAL maxTimeoutFactor = 1.2; // maximal stretching of initial timeout value for flawless con… in nWaitForAck() local
694 …REAL timeoutFactor = 1 + (maxTimeoutFactor-1)*packetLossScale/(sn_Connections[receiver].PacketLoss… in nWaitForAck()