|
EPAM B2BITS ICE Impact Handler C++
1.1.4
|
Settings that affect engine's latency and peformance. More...
#include <B2BITS_IceImpactApplication.h>

Classes | |
| struct | AdvancedParams |
Public Types | |
| enum | Profile { LowLatency, NonAggressive } |
Public Member Functions | |
| PerformanceParameters () | |
Public Attributes | |
| enum Profile | performanceProfile |
| AdvancedParams | advancedParams |
Settings that affect engine's latency and peformance.
|
inline |
| AdvancedParams IceImpact::PerformanceParameters::advancedParams |
These are parameters for fine grain control which are auto-configured and normally should not be changed by the user unless recommended to be done so by the B2BITS EPAM technical support
| enum Profile IceImpact::PerformanceParameters::performanceProfile |
One of the performance profiles that is used on runtime; possible values are:
LowLatency - use the maximum acceleration level possible on the given system, enable jitter reduction. This is the default setting. NonAggressive - be nice to the system and consume less of CPU resources, the actual CPU consumption will grow as UDP traffic grows. The resulting message latency may vary in this mode.
1.8.5