Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.Http2Connection.Http2StreamWindowManager Struct Reference

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
 

Detailed Description

Definition at line 1458 of file Http2Connection.cs.


The documentation for this struct was generated from the following file: