module type S = sig .. end
sig
end
include Versioned_typed_tcp.Arg
type logfun = [ `Recv of Recv.t | `Send of Send.t ] -> Remote_name.t -> time_sent_received:Core.Std.Time.t -> unit
[ `Recv of Recv.t | `Send of Send.t ] -> Remote_name.t -> time_sent_received:Core.Std.Time.t -> unit
module Server: sig .. end
module Client: sig .. end