Home
last modified time | relevance | path

Searched refs:NGHTTP2_DEFAULT_STREAM_RESET_BURST (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_session.h110 #define NGHTTP2_DEFAULT_STREAM_RESET_BURST 1000 macro
H A Dnghttp2_session.c480 NGHTTP2_DEFAULT_STREAM_RESET_BURST, in session_new()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.h110 #define NGHTTP2_DEFAULT_STREAM_RESET_BURST 1000 macro
H A Dnghttp2_session.c480 NGHTTP2_DEFAULT_STREAM_RESET_BURST, in session_new()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c11995 option, NGHTTP2_DEFAULT_STREAM_RESET_BURST, 0); in test_nghttp2_session_stream_reset_ratelim()
12018 for (i = 0; i < NGHTTP2_DEFAULT_STREAM_RESET_BURST + 2; ++i) { in test_nghttp2_session_stream_reset_ratelim()
12053 if (i < NGHTTP2_DEFAULT_STREAM_RESET_BURST) { in test_nghttp2_session_stream_reset_ratelim()
12064 CU_ASSERT(NGHTTP2_DEFAULT_STREAM_RESET_BURST * 2 + 1 == in test_nghttp2_session_stream_reset_ratelim()

Completed in 34 milliseconds