tcpip.tcp
User_buffer.Tx
tcpip
tcpip.checksum
tcpip.icmpv4
tcpip.icmpv4-socket
tcpip.ipv4
tcpip.ipv6
tcpip.stack-direct
tcpip.stack-socket
tcpip.tcp_socket_options
tcpip.tcpv4v6-socket
tcpip.udp
tcpip.udpv4v6-socket
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