1 write to maxWindowSize
System.ServiceModel (1)
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
102
this.
maxWindowSize
= this.lossWindowSize = maxWindowSize;
2 references to maxWindowSize
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
748
this.windowSize = Math.Min(this.
maxWindowSize
, Math.Min(this.slowStartThreshold + 1, this.windowSize + (int)slide));
766
this.windowSize = Math.Min(this.
maxWindowSize
, this.windowSize + 1);