1 write to _rttEstimator
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
151_rttEstimator = RttEstimator.Create();
7 references to _rttEstimator
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (6)
247_rttEstimator.OnInitialSettingsSent(); 672_rttEstimator.OnDataOrHeadersReceived(this, sendWindowUpdateBeforePing: true); 813_rttEstimator.OnDataOrHeadersReceived(this, sendWindowUpdateBeforePing: !windowUpdateSent); 844_rttEstimator.OnInitialSettingsAckReceived(this); 1109_rttEstimator.OnGoAwayReceived(); 2219_rttEstimator.OnPingAckReceived(payload, this);
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
98TimeSpan rtt = connection._rttEstimator.MinRtt;