File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 3854
3854
frequency of these probes can be controlled by the <constant >CURLOPT_TCP_KEEPIDLE</constant >
3855
3855
and <constant >CURLOPT_TCP_KEEPINTVL</constant > options, provided the operating system
3856
3856
supports them. If set to <literal >0</literal > (default) keepalive probes are disabled.
3857
+ The maximum number of probes can be set with the <constant >CURLOPT_TCP_KEEPCNT</constant >
3858
+ option.
3857
3859
Available as of cURL 7.25.0.
3858
3860
</para >
3859
3861
</listitem >
3888
3890
</para >
3889
3891
</listitem >
3890
3892
</varlistentry >
3893
+ <varlistentry xml : id =" constant.curlopt-tcp-keepcnt" >
3894
+ <term >
3895
+ <constant >CURLOPT_TCP_KEEPCNT</constant >
3896
+ (<type >int</type >)
3897
+ </term >
3898
+ <listitem >
3899
+ <para >
3900
+ Sets the maximum number of TCP keep-alive probes.
3901
+ The default is <literal >9</literal >.
3902
+ Available as of PHP 8.4.0 and cURL 8.9.0.
3903
+ </para >
3904
+ </listitem >
3905
+ </varlistentry >
3891
3906
<varlistentry xml : id =" constant.curlopt-tcp-nodelay" >
3892
3907
<term >
3893
3908
<constant >CURLOPT_TCP_NODELAY</constant >
You can’t perform that action at this time.
0 commit comments