Skip to content

Add support for CURLOPT_TCP_KEEPCNT (available since curl 8.9.0) #15440

Closed
@dorrogeray

Description

@dorrogeray

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions