mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:43:32 +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
|
|
@ -2218,9 +2218,12 @@ typedef enum {
|
|||
/* millisecond version */
|
||||
CURLOPT(CURLOPT_SERVER_RESPONSE_TIMEOUT_MS, CURLOPTTYPE_LONG, 324),
|
||||
|
||||
/* set ECH configuration */
|
||||
/* set ECH configuration */
|
||||
CURLOPT(CURLOPT_ECH, CURLOPTTYPE_STRINGPOINT, 325),
|
||||
|
||||
/* maximum number of keepalive probes (Linux, *BSD, macOS, etc.) */
|
||||
CURLOPT(CURLOPT_TCP_KEEPCNT, CURLOPTTYPE_LONG, 326),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue