Library
Module
Module type
Parameter
Class
Class type
module N : Mirage_net_lwt.S
include Mirage_protocols_lwt.ETHIF
The type for ethernet interface errors.
include Mirage_device.S with type 'a io = 'a Lwt.t
type 'a io = 'a Lwt.t
The type for potentially blocking I/O operation
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.