Library
Module
Module type
Parameter
Class
Class type
The type for ethernet interface errors.
val pp_error : error Fmt.t
pp_error
is the pretty-printer for errors.
include Mirage_device.S with type 'a io = 'a Lwt.t
writev nf bufs
output a list of buffers to netfront nf
as a single packet.
val mtu : t -> int
mtu nf
is the Maximum Transmission Unit of the nf
i.e. the maximum size of the payload, not including the ethernet frame header.