scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
16 stars 11 forks source link

cluster: cass_cluster_set_tcp_keepalive #169

Closed muzarski closed 2 months ago

muzarski commented 2 months ago

Implementation of cass_cluster_set_tcp_keepalive. In cpp-driver, by default, this is disabled - same is true for rust-driver.

Pre-review checklist