rohc_decomp_set_features

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
NOTES
SEE ALSO

NAME

rohc_decomp_set_features − Enable/disable features for ROHC decompressor.

SYNOPSIS

#include <rohc/rohc_decomp.h>

bool rohc_decomp_set_features(
struct rohc_decomp *const decomp
,
const rohc_decomp_features_t features

);

DESCRIPTION

Enable/disable features for ROHC decompressor. Features control whether mechanisms defined as optional by RFCs are enabled or not.

Available features are listed by rohc_decomp_features_t. They may be combined by XOR’ing them together.

PARAMETERS

decomp

The ROHC decompressor

features

The feature set to enable/disable

STRUCTURES

RETURN VALUE

true if the feature set was successfully enabled/disabled, false if a problem occurred

NOTES

Changing the feature set while library is used is not supported

SEE ALSO

rohc_decomp.h(3), rohc_decomp_features_t(3)