Module Tcp_socket_optionsSource

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