]> git.ipfire.org Git - thirdparty/curl.git/commit
tcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt
authorAndy Pan <i@andypan.me>
Wed, 5 Jun 2024 03:30:16 +0000 (11:30 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Jun 2024 07:31:17 +0000 (09:31 +0200)
commitb77d627d2425650d1ad7aa5c83c45ec7f542ec60
tree1c480d8485d5a63bc590ed5d620b06d99883f3ed
parent02ff5d53a88dfb4c0ef6791cee464ef698344a06
tcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt

Closes #13885
25 files changed:
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/keepalive-cnt.md [new file with mode: 0644]
docs/cmdline-opts/keepalive-time.md
docs/cmdline-opts/no-keepalive.md
docs/examples/keepalive.c
docs/libcurl/curl_easy_setopt.md
docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.md
docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md [new file with mode: 0644]
docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.md
docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.md
docs/libcurl/opts/CURLOPT_TCP_NODELAY.md
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
docs/options-in-versions
include/curl/curl.h
lib/cf-socket.c
lib/easyoptions.c
lib/setopt.c
lib/url.c
lib/urldata.h
src/tool_cfgable.h
src/tool_getparam.c
src/tool_listhelp.c
src/tool_operate.c
tests/http/clients/upload-pausing.c