SettingTun
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_tun_get_type ()" ) ]
public sealed class SettingTun :
Setting
Content:
Constants:
Properties:
- public string group { owned get; set; }
The group ID which will own the device.
- public uint mode { get; set; }
The operating mode of the virtual device.
- public bool multi_queue { get; set; }
If the property is set to true, the
interface will support multiple file descriptors (queues) to parallelize packet sending or receiving.
- public string owner { owned get; set; }
The user ID which will own the device.
- public bool pi { get; set; }
If true the interface will prepend a 4
byte header describing the physical interface to the packets.
- public bool vnet_hdr { get; set; }
If true the IFF_VNET_HDR the tunnel
packets will include a virtio network header.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object