Searched refs:tcp_keepalive_timeout (Results 1 – 5 of 5) sorted by relevance
120 int tcp_keepalive_timeout; member
122 cfg->tcp_keepalive_timeout = 120 * 1000; /* 120s in millisecs */ in config_create()558 else S_NUMBER_NONZERO("edns-tcp-keepalive-timeout:", tcp_keepalive_timeout) in config_set_option()1090 else O_DEC(opt, "edns-tcp-keepalive-timeout", tcp_keepalive_timeout) in config_get_option()
987 cfg_parser->cfg->tcp_keepalive_timeout = 6553500;989 cfg_parser->cfg->tcp_keepalive_timeout = 0;990 else cfg_parser->cfg->tcp_keepalive_timeout = atoi($2);
3706 cfg_parser->cfg->tcp_keepalive_timeout = 6553500; in yyparse()3708 cfg_parser->cfg->tcp_keepalive_timeout = 0; in yyparse()3709 else cfg_parser->cfg->tcp_keepalive_timeout = atoi((yyvsp[0].str)); in yyparse()
2170 ? cfg->tcp_keepalive_timeout in worker_init()