Searched refs:tcp_keep_alive (Results 1 – 6 of 6) sorted by relevance
59 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ member
88 int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ member
106 options->tcp_keep_alive = -1; in initialize_server_options()252 if (options->tcp_keep_alive == -1) in fill_default_server_options()253 options->tcp_keep_alive = 1; in fill_default_server_options()1289 intptr = &options->tcp_keep_alive; in process_server_config_line()2283 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); in dump_config()
1003 intptr = &options->tcp_keep_alive; in process_config_line_depth()1811 options->tcp_keep_alive = -1; in initialize_options()1963 if (options->tcp_keep_alive == -1) in fill_default_options()1964 options->tcp_keep_alive = 1; in fill_default_options()2553 dump_cfg_fmtint(oTCPKeepAlive, o->tcp_keep_alive); in dump_client_config()
1978 if (options.tcp_keep_alive && packet_connection_is_on_socket() &&
1269 &timeout_ms, options.tcp_keep_alive, in main()