Module Tcp_socket_options

val tcp_set_keepalive_params : Unix.file_descr -> int -> int -> int -> unit
val enable_keepalive : fd:Lwt_unix.file_descr -> after:Duration.t -> interval:Duration.t -> probes:int -> unit