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)
98
TimeSpan rtt = connection.
_rttEstimator
.MinRtt;