Home
last modified time | relevance | path

Searched refs:NGHTTP3_STREAM_MIN_WRITELEN (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_tnode.c86 uint64_t penalty = nwrite / NGHTTP3_STREAM_MIN_WRITELEN; in nghttp3_tnode_schedule()
H A Dnghttp3_stream.h48 /* NGHTTP3_STREAM_MIN_WRITELEN is the minimum length of write to cause
50 #define NGHTTP3_STREAM_MIN_WRITELEN 800 macro
H A Dnghttp3_conn.c2045 if (stream->unscheduled_nwrite < NGHTTP3_STREAM_MIN_WRITELEN) { in nghttp3_conn_add_write_offset()

Completed in 5 milliseconds