Searched refs:alivetime (Results 1 – 3 of 3) sorted by relevance
254 long alivetime; /* keepalive-time */ member
1598 if(config->alivetime) { in config2setopts()1599 my_setopt(curl, CURLOPT_TCP_KEEPIDLE, config->alivetime); in config2setopts()1600 my_setopt(curl, CURLOPT_TCP_KEEPINTVL, config->alivetime); in config2setopts()
1591 err = str2unum(&config->alivetime, nextarg); in getparameter()
Completed in 24 milliseconds