Searched refs:NGTCP2_QLOG_BUFLEN (Results 1 – 2 of 2) sorted by relevance
41 #define NGTCP2_QLOG_BUFLEN 4096 macro
1131 buf = ngtcp2_mem_malloc(mem, NGTCP2_QLOG_BUFLEN); in conn_new()1136 ngtcp2_buf_init(&(*pconn)->qlog.buf, buf, NGTCP2_QLOG_BUFLEN); in conn_new()