val create : Mirage_protocols.Keepalive.t -> ([ `SendProbe | `Close ] -> unit Lwt.t) -> tcreate configuration f clock returns a keep-alive timer which will call f in future depending on both the configuration and any calls to refresh
val refresh : t -> unitrefresh t marks the connection t as alive. This should be called when packets are received.