ROHC compression/decompression library
Data Fields
rohc_ack_rate_limit Struct Reference

The user configuration for feedback rate-limiting. More...

#include <rohc_decomp_internals.h>

Data Fields

size_t k
 
size_t n
 
size_t threshold
 

Detailed Description

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.

Field Documentation

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


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