tcpip.tcp
User_buffer.Tx
tcpip
tcpip.icmpv4
tcpip.icmpv4-socket
tcpip.ipv4
tcpip.ipv6
tcpip.stack-direct
tcpip.stack-socket
tcpip.tcp_socket_options
tcpip.tcpv4-socket
tcpip.tcpv4v6-socket
tcpip.tcpv6-socket
tcpip.udp
tcpip.udpv4-socket
tcpip.udpv4v6-socket
tcpip.udpv6-socket
tcpip.unix
module Time : Mirage_time.S
module Clock : Mirage_clock.MCLOCK
type t
module TXS : sig ... end
val create : max_size:int32 -> wnd:Window.t -> txq:TXS.t -> t
val available : t -> int32
val wait_for : t -> int32 -> unit Lwt.t
val wait_for_flushed : t -> unit Lwt.t
val write : t -> Cstruct.t list -> unit Lwt.t
val write_nodelay : t -> Cstruct.t list -> unit Lwt.t
val free : t -> int -> unit Lwt.t
val reset : t -> unit Lwt.t