Searched refs:NGTCP2_MIN_COALESCED_PAYLOADLEN (Results 1 – 1 of 1) sorted by relevance
47 #define NGTCP2_MIN_COALESCED_PAYLOADLEN 128 macro1726 return ngtcp2_min(len, NGTCP2_MIN_COALESCED_PAYLOADLEN); in conn_retry_early_payloadlen()2146 min_payloadlen = NGTCP2_MIN_COALESCED_PAYLOADLEN; in conn_should_pad_pkt()2157 min_payloadlen = NGTCP2_MIN_COALESCED_PAYLOADLEN; in conn_should_pad_pkt()2166 ngtcp2_max(write_datalen, NGTCP2_MIN_COALESCED_PAYLOADLEN); in conn_should_pad_pkt()2180 min_payloadlen = ngtcp2_max(write_datalen, NGTCP2_MIN_COALESCED_PAYLOADLEN); in conn_should_pad_pkt()9631 ngtcp2_min(write_datalen, NGTCP2_MIN_COALESCED_PAYLOADLEN); in conn_client_write_handshake()10715 ngtcp2_min(write_datalen, NGTCP2_MIN_COALESCED_PAYLOADLEN); in ngtcp2_conn_write_vmsg()