Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx.cc939 if (listenerconf.fastopen > 0) { in create_tcp_server_socket()
940 val = listenerconf.fastopen; in create_tcp_server_socket()
2639 --fastopen=<N> in print_help()
2645 << config->conn.listener.fastopen << R"( in print_help()
4840 // --fastopen in main()
H A Dshrpx_config.h233 constexpr auto SHRPX_OPT_FASTOPEN = StringRef::from_lit("fastopen");
1032 // TCP fastopen. If this is positive, it is passed to
1034 int fastopen; member
H A Dshrpx_config.cc3057 return parse_uint(&config->conn.listener.fastopen, opt, optarg); in parse_config()

Completed in 15 milliseconds