Home
last modified time | relevance | path

Searched refs:tcp_keepintvl (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/lib/
Dcf-socket.c179 optval = curlx_sltosi(data->set.tcp_keepintvl); in tcpkeepalive()
205 optval = curlx_sltosi(data->set.tcp_keepintvl); in tcpkeepalive()
Durldata.h1806 int tcp_keepintvl; /* seconds between TCP keepalive probes */ member
Dsetopt.c2961 data->set.tcp_keepintvl = (int)arg; in Curl_vsetopt()
Durl.c602 set->tcp_keepintvl = 60; in Curl_init_userdefined()