blob: c816e13ff0f6c39b8320c131035f133428f3cbad [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: keepalive-time
2Arg: <seconds>
3Help: Interval time for keepalive probes
4Added: 7.18.0
5---
6This option sets the time a connection needs to remain idle before sending
7keepalive probes and the time between individual keepalive probes. It is
8currently effective on operating systems offering the TCP_KEEPIDLE and
9TCP_KEEPINTVL socket options (meaning Linux, recent AIX, HP-UX and more). This
10option has no effect if --no-keepalive is used.
11
12If this option is used several times, the last one will be used. If
13unspecified, the option defaults to 60 seconds.