Home
last modified time | relevance | path

Searched refs:peer_max_concurrent_streams (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_option.h109 uint32_t peer_max_concurrent_streams; member
Dnghttp2_option.c49 option->peer_max_concurrent_streams = val; in nghttp2_option_set_peer_max_concurrent_streams()
Dnghttp2_session.c510 option->peer_max_concurrent_streams; in session_new()
/third_party/nghttp2/lib/
Dnghttp2_option.h109 uint32_t peer_max_concurrent_streams; member
Dnghttp2_option.c49 option->peer_max_concurrent_streams = val; in nghttp2_option_set_peer_max_concurrent_streams()
Dnghttp2_session.c510 option->peer_max_concurrent_streams; in session_new()
/third_party/nghttp2/src/
Dnghttp.h80 ssize_t peer_max_concurrent_streams; member
Dnghttp.cc107 peer_max_concurrent_streams(100), in Config()
130 peer_max_concurrent_streams); in Config()
2854 config.peer_max_concurrent_streams = n; in main()
3146 config.http2_option, config.peer_max_concurrent_streams); in main()