Searched refs:tcp_keepalive_timeout (Results 1 – 5 of 5) sorted by relevance
120 int tcp_keepalive_timeout; member
123 cfg->tcp_keepalive_timeout = 120 * 1000; /* 120s in millisecs */ in config_create()580 else S_NUMBER_NONZERO("edns-tcp-keepalive-timeout:", tcp_keepalive_timeout) in config_set_option()1132 else O_DEC(opt, "edns-tcp-keepalive-timeout", tcp_keepalive_timeout) in config_get_option()
1025 cfg_parser->cfg->tcp_keepalive_timeout = 6553500;1027 cfg_parser->cfg->tcp_keepalive_timeout = 0;1028 else cfg_parser->cfg->tcp_keepalive_timeout = atoi($2);
3845 cfg_parser->cfg->tcp_keepalive_timeout = 6553500; in yyparse()3847 cfg_parser->cfg->tcp_keepalive_timeout = 0; in yyparse()3848 else cfg_parser->cfg->tcp_keepalive_timeout = atoi((yyvsp[0].str)); in yyparse()
2172 ? cfg->tcp_keepalive_timeout in worker_init()