HomeSort by relevance Sort by last modified time
    Searched defs:tcp_keepalive (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 11 struct tcp_keepalive { struct
  /external/curl/lib/
connect.c 99 struct tcp_keepalive { struct
110 int optval = data->set.tcp_keepalive?1:0;
119 struct tcp_keepalive vals;
150 #ifdef TCP_KEEPALIVE
154 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPALIVE,
156 infof(data, "Failed to set TCP_KEEPALIVE on fd %d\n", sockfd);
1029 if(is_tcp && data->set.tcp_keepalive)
    [all...]
urldata.h 1668 bool tcp_keepalive; \/* use TCP keepalives *\/ member in struct:UserDefined
    [all...]

Completed in 187 milliseconds