Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/keepalive-time.d @ 3:2c135c81b16c
MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:44:09 +0200 |
| parents | b50eed0cc0ef |
| children |
comparison
equal
deleted
inserted
replaced
| 0:6015a75abc2d | 3:2c135c81b16c |
|---|---|
| 1 Long: keepalive-time | |
| 2 Arg: <seconds> | |
| 3 Help: Interval time for keepalive probes | |
| 4 Added: 7.18.0 | |
| 5 --- | |
| 6 This option sets the time a connection needs to remain idle before sending | |
| 7 keepalive probes and the time between individual keepalive probes. It is | |
| 8 currently effective on operating systems offering the TCP_KEEPIDLE and | |
| 9 TCP_KEEPINTVL socket options (meaning Linux, recent AIX, HP-UX and more). This | |
| 10 option has no effect if --no-keepalive is used. | |
| 11 | |
| 12 If this option is used several times, the last one will be used. If | |
| 13 unspecified, the option defaults to 60 seconds. |
