mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +03:00
tcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt
Closes #13885
This commit is contained in:
parent
02ff5d53a8
commit
b77d627d24
25 changed files with 210 additions and 20 deletions
|
|
@ -324,6 +324,9 @@ const struct helptxt helptext[] = {
|
|||
{"-j, --junk-session-cookies",
|
||||
"Ignore session cookies read from file",
|
||||
CURLHELP_HTTP},
|
||||
{" --keepalive-cnt <integer>",
|
||||
"Maximum number of keepalive probes",
|
||||
CURLHELP_CONNECTION},
|
||||
{" --keepalive-time <seconds>",
|
||||
"Interval time for keepalive probes",
|
||||
CURLHELP_CONNECTION},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue