Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Implementation of the network interface for Unix backends.
include Mirage_net_lwt.S
val pp_error : error Fmt.t
type page_aligned_buffer = Io_page.t
val get_stats_counters : t -> Mirage_net.stats
val reset_stats_counters : t -> unit
val connect : string -> t Lwt.t
connect tap
connects to the given tap interface.
val fd : t -> Lwt_unix.file_descr
fd t
is t
's underneath file descriptor.