|
ROHC compression/decompression library
|
#include <rohc_stats.h>
Data Fields | |
| uint32_t | values [16] |
| size_t | oldest |
| size_t | next |
| size_t | count |
Record ROHC statistics with a rolling window
| size_t rohc_stats::count |
The number of values
| size_t rohc_stats::next |
The index of the next value
| size_t rohc_stats::oldest |
The index of the oldest value
| uint32_t rohc_stats::values[16] |
The window of statistics value
1.7.6.1