3 references to MaxMeanRtt
System.ServiceModel (3)
System\ServiceModel\Channels\TransmissionStrategy.cs (3)
103
this.meanRtt = Math.Min((long)initRtt.TotalMilliseconds, Constants.
MaxMeanRtt
>> Constants.TimeMultiplier) << Constants.TimeMultiplier;
841
this.meanRtt = Math.Min(this.meanRtt + (error >> Constants.Gain), Constants.
MaxMeanRtt
);
916
public const long MaxSerrRtt =
MaxMeanRtt
/ 2;