GNU Radio 3.7.1 C++ API
gr::blocks::tuntap_pdu Class Reference

Creates TUNTAP interface and translates traffic to PDUs. More...

#include <tuntap_pdu.h>

Inheritance diagram for gr::blocks::tuntap_pdu:

List of all members.

Public Types

typedef boost::shared_ptr
< tuntap_pdu
sptr

Static Public Member Functions

static sptr make (std::string dev, int MTU=10000)
 Construct a TUNTAP PDU interface.

Detailed Description

Creates TUNTAP interface and translates traffic to PDUs.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::tuntap_pdu::make ( std::string  dev,
int  MTU = 10000 
) [static]

Construct a TUNTAP PDU interface.

Parameters:
devDevice name to create
MTUMaximum Transmission Unit size

The documentation for this class was generated from the following file: