webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::FakeNetworkPipe::Config Struct Reference

#include <fake_network_pipe.h>

Public Member Functions

 Config ()
 
 Config ()
 

Public Attributes

size_t queue_length_packets = 0
 
int queue_delay_ms = 0
 
int delay_standard_deviation_ms = 0
 
int link_capacity_kbps = 0
 
int loss_percent = 0
 
bool allow_reordering = false
 
int avg_burst_loss_length = -1
 

Constructor & Destructor Documentation

◆ Config() [1/2]

webrtc::FakeNetworkPipe::Config::Config ( )
inline

◆ Config() [2/2]

webrtc::FakeNetworkPipe::Config::Config ( )
inline

Member Data Documentation

◆ allow_reordering

bool webrtc::FakeNetworkPipe::Config::allow_reordering = false

◆ avg_burst_loss_length

int webrtc::FakeNetworkPipe::Config::avg_burst_loss_length = -1

◆ delay_standard_deviation_ms

int webrtc::FakeNetworkPipe::Config::delay_standard_deviation_ms = 0

◆ link_capacity_kbps

int webrtc::FakeNetworkPipe::Config::link_capacity_kbps = 0

◆ loss_percent

int webrtc::FakeNetworkPipe::Config::loss_percent = 0

◆ queue_delay_ms

int webrtc::FakeNetworkPipe::Config::queue_delay_ms = 0

◆ queue_length_packets

size_t webrtc::FakeNetworkPipe::Config::queue_length_packets = 0

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