Searched defs:accepts_per_wake (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dflip_config.cc23 int accepts_per_wake,
39 accepts_per_wake_(accepts_per_wake),
115 int accepts_per_wake,
132 accepts_per_wake,
11 FlipAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void* memory_cache) argument
103 AddAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void* memory_cache) argument

Completed in 151 milliseconds