From a76927fa06c451f1133cf6c498e4f525ac1d5f75 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 22 Apr 2026 21:24:09 +0200 Subject: [PATCH] and later -> and newer --- lib/cf-socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cf-socket.c b/lib/cf-socket.c index b1447c20f0..9051e8268e 100644 --- a/lib/cf-socket.c +++ b/lib/cf-socket.c @@ -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.