2 references to Gain
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
840
this.serrRtt = Math.Min(this.serrRtt + ((Math.Abs(error) - this.serrRtt) >> Constants.
Gain
), Constants.MaxSerrRtt);
841
this.meanRtt = Math.Min(this.meanRtt + (error >> Constants.
Gain
), Constants.MaxMeanRtt);