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