diff --git a/reference/curl/constants_curl_setopt.xml b/reference/curl/constants_curl_setopt.xml
index 263eb19d270c..a175e7e02025 100644
--- a/reference/curl/constants_curl_setopt.xml
+++ b/reference/curl/constants_curl_setopt.xml
@@ -3855,6 +3855,8 @@
frequency of these probes can be controlled by the CURLOPT_TCP_KEEPIDLE
and CURLOPT_TCP_KEEPINTVL options, provided the operating system
supports them. If set to 0 (default) keepalive probes are disabled.
+ The maximum number of probes can be set with the CURLOPT_TCP_KEEPCNT
+ option.
Available as of cURL 7.25.0.
@@ -3889,6 +3891,19 @@
+
+
+ CURLOPT_TCP_KEEPCNT
+ (int)
+
+
+
+ Sets the maximum number of TCP keep-alive probes.
+ The default is 9.
+ Available as of PHP 8.4.0 and cURL 8.9.0.
+
+
+
CURLOPT_TCP_NODELAY