ROHC compression/decompression library
|
The user configuration for feedback rate-limiting. More...
#include <rohc_decomp_internals.h>
Data Fields | |
size_t | k |
size_t | n |
size_t | threshold |
The user configuration for feedback rate-limiting.
The k and n parameters define a ratio of packets for rate-limiting: an action is performed only for k packets out of the last n packets.
size_t rohc_ack_rate_limit::k |
The k rate-limit parameter
size_t rohc_ack_rate_limit::n |
The n rate-limit parameter
size_t rohc_ack_rate_limit::threshold |
The computed k/n ratio