mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
parent
a78c61a4bf
commit
7f3df80408
4 changed files with 16 additions and 2 deletions
|
|
@ -130,6 +130,9 @@ tcpkeepalive(struct Curl_easy *data,
|
|||
infof(data, "Failed to set SIO_KEEPALIVE_VALS on fd %d: %d\n",
|
||||
(int)sockfd, WSAGetLastError());
|
||||
}
|
||||
#elif defined(CURL_WINDOWS_APP)
|
||||
(void)majorVersion;
|
||||
detectOsState = DETECT_OS_VISTA_OR_LATER;
|
||||
#else
|
||||
#ifdef TCP_KEEPIDLE
|
||||
optval = curlx_sltosi(data->set.tcp_keepidle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue