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