
ngtcp2_conn_get_max_data_left
=============================

Synopsis
--------

*#include <ngtcp2/ngtcp2.h>*

.. function:: uint64_t ngtcp2_conn_get_max_data_left(ngtcp2_conn *conn)

    
    `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.
