2 references to ChebychevFactor
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
93_timeout = Math.Max(((200 << Constants.TimeMultiplier) * 2) + _meanRtt, _meanRtt + (_serrRtt << Constants.ChebychevFactor)); 737_timeout = Math.Max(((200 << Constants.TimeMultiplier) * 2) + _meanRtt, _meanRtt + (_serrRtt << Constants.ChebychevFactor));