oRTP
0.25.0
|
#include <rtpsession.h>
Data Fields | |
int | enabled |
float | max_bandwidth |
int | max_buffer_size |
float | loss_rate |
uint32_t | latency |
float | consecutive_loss_probability |
float | jitter_burst_density |
float | jitter_strength |
OrtpNetworkSimulatorMode | mode |
Structure describing the network simulator parameters
a probablity of having a subsequent loss after a loss occured, in a 0-1 range. Useful to simulate burst of lost packets
Whether simulation is enabled or off.
density of gap/bursts events. A value of 1 means one gap/burst per second approximately
percentage of max_bandwidth artifically consumed during bursts events
uint32_t _OrtpNetworkSimulatorParams::latency |
Packet transmission delay, in ms
Percentage of lost packets
IP bandwidth, in bit/s
Max number of bit buffered before being discarded
OrtpNetworkSimulatorMode _OrtpNetworkSimulatorParams::mode |
whether simulation is applied to inboud or outbound stream.