Closed
Description
Description
This options allows you to configure maximum number of keepalive probes:
https://curl.se/libcurl/c/CURLOPT_TCP_KEEPCNT.html
https://github.com/curl/curl/blob/767d5811b5c783b42cea999dd42ecf0453085d17/include/curl/curl.h#L2225
Normally, default value is used depending on OS configuration, but in some situation, you want to have control over this property, ie when communicating with a specific service.