Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Http2StreamWindowManager (Http2Connection connection, Http2Stream stream) | |
void | Start () |
void | AdjustWindow (int bytesConsumed, Http2Stream stream) |
Properties | |
static double | WindowScaleThresholdMultiplier [get] |
static int | MaxStreamWindowSize [get] |
static bool | WindowScalingEnabled [get] |
int | StreamWindowThreshold [get] |
int | StreamWindowSize [get] |
Private Member Functions | |
void | AjdustWindowStatic (int bytesConsumed, Http2Stream stream) |
void | AdjustWindowDynamic (int bytesConsumed, Http2Stream stream) |
Static Private Member Functions | |
static TimeSpan | StopwatchTicksToTimeSpan (long stopwatchTicks) |
Private Attributes | |
int | _deliveredBytes |
int | _streamWindowSize |
long | _lastWindowUpdate |
Static Private Attributes | |
static readonly double | StopWatchToTimesSpan = 10000000.0 / (double)Stopwatch.Frequency |
Definition at line 1458 of file Http2Connection.cs.