nghttp3_qpack_encoder_set_max_dtable_capacity

Synopsis

#include <nghttp3/nghttp3.h>

void nghttp3_qpack_encoder_set_max_dtable_capacity(nghttp3_qpack_encoder *encoder, size_t max_dtable_capacity)

nghttp3_qpack_encoder_set_max_dtable_capacity() sets max dynamic table capacity to max_dtable_capacity. If max_dtable_capacity is larger than hard_max_dtable_capacity parameter of nghttp3_qpack_encoder_new(), it is truncated to the latter.