Home
last modified time | relevance | path

Searched refs:keepalive (Results 1 – 16 of 16) sorted by relevance

/curl/docs/cmdline-opts/
H A Dno-keepalive.md4 Long: no-keepalive
5 Help: Disable TCP keepalive on the connection
10 - keepalive-time
11 - keepalive-cnt
13 - --no-keepalive $URL
16 # `--no-keepalive`
18 Disables the use of keepalive messages on the TCP connection. curl otherwise
22 --keepalive to enforce keepalive.
H A Dkeepalive-cnt.md4 Long: keepalive-cnt
6 Help: Maximum number of keepalive probes
11 - keepalive-time
12 - no-keepalive
14 - --keepalive-cnt 3 $URL
17 # `--keepalive-cnt`
19 Set the maximum number of keepalive probes TCP should send but get no response
21 with --keepalive-time.
25 --no-keepalive is used.
H A Dkeepalive-time.md4 Long: keepalive-time
6 Help: Interval time for keepalive probes
11 - no-keepalive
12 - keepalive-cnt
15 - --keepalive-time 20 $URL
18 # `--keepalive-time`
20 Set the time a connection needs to remain idle before sending keepalive probes
21 and the time between individual keepalive probes. It is currently effective on
25 The number of missed keepalive probes before declaring the connection down is OS
27 this number can be changed by specifying the curl option `keepalive-cnt`.
[all …]
H A DMakefile.inc145 keepalive-cnt.md \
146 keepalive-time.md \
175 no-keepalive.md \
/curl/docs/libcurl/opts/
H A DCURLOPT_TCP_KEEPALIVE.md32 Pass a long. If set to 1, TCP keepalive probes are used. The delay and
36 to disable keepalive probes.
H A DCURLOPT_TCP_KEEPIDLE.md31 idle before sending keepalive probes. Not all operating systems support this
H A DCURLOPT_TCP_KEEPINTVL.md30 Pass a long. Sets the interval, in seconds, to wait between sending keepalive
/curl/docs/
H A Doptions-in-versions110 --keepalive-cnt 8.9.0
111 --keepalive-time 7.18.0
140 --no-keepalive 7.18.0
H A DFAQ1077 for it to detect an issue. The curl option --keepalive-time enables
/curl/docs/examples/
H A D.gitignore61 keepalive
H A DMakefile.inc82 keepalive \
/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c233 r->connection->keepalive = AP_CONN_CLOSE; in curltest_echo_handler()
267 r->connection->keepalive = AP_CONN_CLOSE; in curltest_echo_handler()
279 r->connection->keepalive = AP_CONN_CLOSE; in curltest_echo_handler()
508 r->connection->keepalive = AP_CONN_CLOSE; in curltest_tweak_handler()
823 r->connection->keepalive = AP_CONN_CLOSE; in curltest_sslinfo_handler()
/curl/.github/scripts/
H A Dspellcheck.words405 keepalive
/curl/lib/
H A Durldata.h869 struct curltime keepalive; member
H A Dcfilters.c440 data->conn->keepalive = Curl_now(); in Curl_conn_connect()
H A Durl.c816 if(Curl_timediff(*now, conn->keepalive) <= data->set.upkeep_interval_ms) in Curl_conn_upkeep()
834 conn->keepalive = *now; in Curl_conn_upkeep()
1337 conn->keepalive = conn->created; in allocate_conn()

Completed in 38 milliseconds