ngtcp2_conn_extend_max_streams_uni

Synopsis

#include <ngtcp2/ngtcp2.h>

void ngtcp2_conn_extend_max_streams_uni(ngtcp2_conn *conn, size_t n)

ngtcp2_conn_extend_max_streams_uni() extends the number of maximum remote unidirectional streams that a remote endpoint can open by n.

The library does not increase maximum stream limit automatically. The exception is when a stream is closed without ngtcp2_callbacks.stream_open callback being called. In this case, stream limit is increased automatically.