1 write to _rttEstimator
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
147_rttEstimator = RttEstimator.Create();
7 references to _rttEstimator
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (6)
235_rttEstimator.OnInitialSettingsSent(); 655_rttEstimator.OnDataOrHeadersReceived(this, sendWindowUpdateBeforePing: true); 796_rttEstimator.OnDataOrHeadersReceived(this, sendWindowUpdateBeforePing: !windowUpdateSent); 827_rttEstimator.OnInitialSettingsAckReceived(this); 1084_rttEstimator.OnGoAwayReceived(); 2103_rttEstimator.OnPingAckReceived(payload, this);
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
98TimeSpan rtt = connection._rttEstimator.MinRtt;