dwnx_conn_extend_max_streams_uni
Synopsis
#include <dwnx/dwnx.h>
-
void dwnx_conn_extend_max_streams_uni(dwnx_conn *conn, size_t n)
dwnx_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
dwnx_callbacks.stream_opencallback being called. In this case, stream limit is increased automatically.