|
GNU Radio 3.6.5 C++ API
|
Creates TUNTAP interface and translates traffic to PDUs. More...
#include <tuntap_pdu.h>
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. | |
Creates TUNTAP interface and translates traffic to PDUs.
| static sptr gr::blocks::tuntap_pdu::make | ( | std::string | dev, |
| int | MTU = 10000 |
||
| ) | [static] |
Construct a TUNTAP PDU interface.
| dev | Device name to create |
| MTU | Maximum Transmission Unit size |