Lines Matching refs:keepalive
4 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`.
28 Note that this option has no effect if --no-keepalive is used.