class twisted.pair.tuntap._TunnelDescription(namedtuple('_TunnelDescription', 'fileno name')): (source)
Describe an existing tunnel.
| Instance Variable | fileno | the file descriptor associated with the tunnel |
| Instance Variable | name | the name of the tunnel |