HomeSort by relevance Sort by last modified time
    Searched refs:tcp_keepidle (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
connect.c 124 optval = curlx_sltosi(data->set.tcp_keepidle);
136 #ifdef TCP_KEEPIDLE
137 optval = curlx_sltosi(data->set.tcp_keepidle);
139 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPIDLE,
141 infof(data, "Failed to set TCP_KEEPIDLE on fd %d\n", sockfd);
154 optval = curlx_sltosi(data->set.tcp_keepidle);
    [all...]
urldata.h 1663 long tcp_keepidle; \/* seconds in idle before sending keepalive probe *\/ member in struct:UserDefined
    [all...]
setopt.c     [all...]
url.c 520 set->tcp_keepidle = 60;
    [all...]

Completed in 65 milliseconds