ngtcp2_conn_get_path_max_tx_udp_payload_size2 ============================================= Synopsis -------- *#include * .. function:: size_t ngtcp2_conn_get_path_max_tx_udp_payload_size2(const ngtcp2_conn *conn) `ngtcp2_conn_get_path_max_tx_udp_payload_size2` returns the maximum UDP payload size for the current path. If :member:`ngtcp2_settings.no_tx_udp_payload_size_shaping` is set to nonzero, this function is equivalent to `ngtcp2_conn_get_max_tx_udp_payload_size2`. Otherwise, it returns the maximum UDP payload size that is probed for the current path. .. version-added:: 1.23.0