dwnx_conn_extend_max_streams_uni ================================ Synopsis -------- *#include * .. function:: 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 :member:`dwnx_callbacks.stream_open` callback being called. In this case, stream limit is increased automatically.