1 write to _rttEstimator
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
148_rttEstimator = RttEstimator.Create();
7 references to _rttEstimator
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (6)
240_rttEstimator.OnInitialSettingsSent(); 662_rttEstimator.OnDataOrHeadersReceived(this, sendWindowUpdateBeforePing: true); 803_rttEstimator.OnDataOrHeadersReceived(this, sendWindowUpdateBeforePing: !windowUpdateSent); 834_rttEstimator.OnInitialSettingsAckReceived(this); 1091_rttEstimator.OnGoAwayReceived(); 2110_rttEstimator.OnPingAckReceived(payload, this);
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
98TimeSpan rtt = connection._rttEstimator.MinRtt;