5 references to EnhanceYourCalmTickWindowCount
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
1745
var enhanceYourCalmMaximumCount = Http2Connection.
EnhanceYourCalmTickWindowCount
* Http2Connection.EnhanceYourCalmMaximumCount;
1762
for (var i = 0; i < Http2Connection.
EnhanceYourCalmTickWindowCount
; i++)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (3)
71
/// See <see cref="
EnhanceYourCalmTickWindowCount
"/>.
1314
if (IsEnhanceYourCalmLimitEnabled && Interlocked.Increment(ref _enhanceYourCalmCount) >
EnhanceYourCalmTickWindowCount
* EnhanceYourCalmMaximumCount)
1401
if (IsEnhanceYourCalmLimitEnabled && ++_tickCount %
EnhanceYourCalmTickWindowCount
== 0)