pub fn create_tun_device_with(
device_config: DeviceConfig,
) -> (DeviceProxy, ClientEnd<DeviceMarker>)
Expand description
Create a Tun device with the provided config and return its handles.
pub fn create_tun_device_with(
device_config: DeviceConfig,
) -> (DeviceProxy, ClientEnd<DeviceMarker>)
Create a Tun device with the provided config and return its handles.