Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/TrafficControl.h |
| Include | #include "Net/TrafficControl.h" |
Syntax
class FNetworkCongestionControl
Remarks
One implementation of network traffic control based on the unacked bytes in flight and the estimated uplink bandwidth and propagation round-trip time. The idea is to keep the bytes in flight under the BDP(bandwidth round trip time product).
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNetworkCongestionControl
(
double ConfiguredNetSpeed, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsReadyToSend
(
double Timestamp |
||
| void | OnAck
(
const FAckSample& AckSample |
||
| void | OnSend
(
const FSeqSample& SeqSample |