and later -> and newer

This commit is contained in:
Viktor Szakats 2026-04-22 21:24:09 +02:00
parent 97e75f98b7
commit a76927fa06
No known key found for this signature in database

View file

@ -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.