pub trait TapTLinux { // Required methods fn set_vnet_hdr_size(&self, size: usize) -> Result<(), Error>; fn if_flags(&self) -> u32; }
Linux-specific TAP functions
Set the size of the vnet hdr.
Get the interface flags