ngtcp2_conn_get_send_quantum
Synopsis
#include <ngtcp2/ngtcp2.h>
-
size_t ngtcp2_conn_get_send_quantum(ngtcp2_conn *conn)
Warning
Deprecated since version 1.23.0: Use
ngtcp2_conn_get_send_quantum2()instead.ngtcp2_conn_get_send_quantum()returns the maximum number of bytes that can be sent in one go without packet spacing.