tcpip.tcp
Tcp.Tcptimer
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
type time = int64
type tr =
| Stoptimer
| Continue of Sequence.t
| ContinueSetPeriod of time * Sequence.t
val t : period_ns:time -> expire:(Sequence.t -> tr Lwt.t) -> t
val start : t -> ?p:time -> Sequence.t -> unit Lwt.t