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