Dns_mirage.Makemodule IPM : sig ... endIPM is a map using ip * port as key.
val of_flow : S.TCP.flow -> fof_flow flow is f.
val flow : f -> S.TCP.flowflow f is the underlying flow.
val read_tcp : f -> (Cstruct.t, unit) Stdlib.result Lwt.tread_tcp f returns either a buffer or an error (logs actual error).
send_tcp flow buf sends the buffer, either succeeds or fails (logs actual error).
send_tcp_multiple flow bufs sends the buffers, either succeeds or fails (logs actual error).