ngtcp2_conn_get_max_data_left2

Synopsis

#include <ngtcp2/ngtcp2.h>

uint64_t ngtcp2_conn_get_max_data_left2(const ngtcp2_conn *conn)

ngtcp2_conn_get_max_data_left2() returns the number of bytes that this local endpoint can send in this connection without violating connection-level flow control.

Added in version 1.23.0.