ngtcp2_conn_get_max_tx_udp_payload_size2 ======================================== Synopsis -------- *#include * .. function:: size_t ngtcp2_conn_get_max_tx_udp_payload_size2(const ngtcp2_conn *conn) `ngtcp2_conn_get_max_tx_udp_payload_size2` returns the maximum UDP payload size that this local endpoint would send. This is the value of :member:`ngtcp2_settings.max_tx_udp_payload_size` that is passed to `ngtcp2_conn_client_new` or `ngtcp2_conn_server_new`. .. version-added:: 1.23.0