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)
230_rttEstimator.OnInitialSettingsSent(); 646_rttEstimator.OnDataOrHeadersReceived(this, sendWindowUpdateBeforePing: true); 787_rttEstimator.OnDataOrHeadersReceived(this, sendWindowUpdateBeforePing: !windowUpdateSent); 818_rttEstimator.OnInitialSettingsAckReceived(this); 1075_rttEstimator.OnGoAwayReceived(); 2094_rttEstimator.OnPingAckReceived(payload, this);
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
98TimeSpan rtt = connection._rttEstimator.MinRtt;