class documentation

class twisted.pair.tuntap.TunnelFlags(Flags): (source)

View In Hierarchy

TunnelFlags defines more flags which are used to configure the behavior of a tunnel device.

See Alsohttps://www.kernel.org/doc/Documentation/networking/tuntap.txt
Class Variable IFF_TUN This indicates a tun-type device. This type of tunnel carries IP datagrams. This flag is mutually exclusive with IFF_TAP.
Class Variable IFF_TAP This indicates a tap-type device. This type of tunnel carries ethernet frames. This flag is mutually exclusive with IFF_TUN.
Class Variable IFF_NO_PI This indicates the protocol information header will not be included in data read from the tunnel.
Class Variable TUN_FASYNC Undocumented
Class Variable TUN_NOCHECKSUM Undocumented
Class Variable TUN_NO_PI Undocumented
Class Variable TUN_ONE_QUEUE Undocumented
Class Variable TUN_PERSIST Undocumented
Class Variable TUN_VNET_HDR Undocumented
Class Variable IFF_ONE_QUEUE Undocumented
Class Variable IFF_VNET_HDR Undocumented
Class Variable IFF_TUN_EXCL Undocumented
IFF_TUN = (source)
This indicates a tun-type device. This type of tunnel carries IP datagrams. This flag is mutually exclusive with IFF_TAP.
IFF_TAP = (source)
This indicates a tap-type device. This type of tunnel carries ethernet frames. This flag is mutually exclusive with IFF_TUN.
IFF_NO_PI = (source)
This indicates the protocol information header will not be included in data read from the tunnel.
TUN_FASYNC = (source)

Undocumented

TUN_NOCHECKSUM = (source)

Undocumented

TUN_NO_PI = (source)

Undocumented

TUN_ONE_QUEUE = (source)

Undocumented

TUN_PERSIST = (source)

Undocumented

TUN_VNET_HDR = (source)

Undocumented

IFF_ONE_QUEUE = (source)

Undocumented

IFF_VNET_HDR = (source)

Undocumented

IFF_TUN_EXCL = (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.