Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnNetwork.cpp690 const REAL packetLossScale = .003; // packet loss rate that is considered big in nWaitForAck() local
694 …imeoutFactor = 1 + (maxTimeoutFactor-1)*packetLossScale/(sn_Connections[receiver].PacketLoss() + p… in nWaitForAck()