2 writes to lossWindowSize
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
102this.maxWindowSize = this.lossWindowSize = maxWindowSize; 360this.lossWindowSize = this.windowSize;
1 reference to lossWindowSize
System.ServiceModel (1)
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
760int segmentSize = Math.Max(1, (this.lossWindowSize - this.slowStartThreshold) / 8);