mirror of
https://github.com/curl/curl.git
synced 2026-07-29 08:03:08 +03:00
and later -> and newer
This commit is contained in:
parent
97e75f98b7
commit
a76927fa06
1 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ static void tcpkeepalive(struct Curl_cfilter *cf,
|
|||
}
|
||||
else {
|
||||
#ifdef USE_WINSOCK
|
||||
/* Windows 10, version 1709 (10.0.16299) and later versions can use
|
||||
/* Windows 10, version 1709 (10.0.16299) and newer versions can use
|
||||
setsockopt() TCP_KEEP*. Older versions return with failure. */
|
||||
if(curlx_verify_windows_version(10, 0, 16299, PLATFORM_WINNT,
|
||||
VERSION_GREATER_THAN_EQUAL)) {
|
||||
|
|
@ -1173,7 +1173,7 @@ static CURLcode cf_socket_open(struct Curl_cfilter *cf,
|
|||
#ifdef USE_WINSOCK
|
||||
/* Turn on support for IPv4-mapped IPv6 addresses.
|
||||
* Linux kernel, NetBSD, FreeBSD, Darwin, lwIP: default is off;
|
||||
* Windows Vista and later: default is on;
|
||||
* Windows Vista and newer: default is on;
|
||||
* DragonFly BSD: acts like off, and dummy setting;
|
||||
* OpenBSD and earlier Windows: unsupported.
|
||||
* Linux: controlled by /proc/sys/net/ipv6/bindv6only.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue