Loading src/main.c +4 −0 Original line number Diff line number Diff line Loading @@ -1764,6 +1764,10 @@ static int sockoptcallback(void *clientp, curl_socket_t curlfd, warnf(clientp, "Could not set TCP_KEEPINTVL!\n"); return 0; } #endif #if !defined(TCP_KEEPIDLE) || !defined(TCP_KEEPINTVL) warnf(clientp, "Keep-alive functionality somewhat crippled due to " "missing support in your operating system!\n"); #endif } } Loading Loading
src/main.c +4 −0 Original line number Diff line number Diff line Loading @@ -1764,6 +1764,10 @@ static int sockoptcallback(void *clientp, curl_socket_t curlfd, warnf(clientp, "Could not set TCP_KEEPINTVL!\n"); return 0; } #endif #if !defined(TCP_KEEPIDLE) || !defined(TCP_KEEPINTVL) warnf(clientp, "Keep-alive functionality somewhat crippled due to " "missing support in your operating system!\n"); #endif } } Loading