ngtcp2_conn_get_max_data_left

Synopsis

#include <ngtcp2/ngtcp2.h>

uint64_t ngtcp2_conn_get_max_data_left(ngtcp2_conn *conn)

Warning

Deprecated since version 1.23.0: Use ngtcp2_conn_get_max_data_left2() instead.

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