1 write to _minRtt
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
275
Interlocked.Exchange(ref
_minRtt
, minRtt); // MinRtt is being queried from another thread
3 references to _minRtt
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (3)
179
public TimeSpan MinRtt => new TimeSpan(
_minRtt
);
271
long prevRtt =
_minRtt
== 0 ? long.MaxValue :
_minRtt
;