ngtcp2_conn_get_max_stream_data_left2 ===================================== Synopsis -------- *#include * .. function:: uint64_t ngtcp2_conn_get_max_stream_data_left2( const ngtcp2_conn *conn, int64_t stream_id) `ngtcp2_conn_get_max_stream_data_left2` returns the number of bytes that this local endpoint can send to a stream identified by *stream_id* without violating stream-level flow control. If no such stream is found, this function returns 0. .. version-added:: 1.23.0