TunLoopbackApp

Package: inet.applications.tunapp

TunLoopbackApp

simple module

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Parameters

Name Type Default value Description
interfaceTableModule string
tunInterface string

Properties

Name Value Description
display i=block/app

Gates

Name Direction Size Description
socketIn input
socketOut output

Source code

simple TunLoopbackApp like IApp
{
    parameters:
        string interfaceTableModule;
        string tunInterface;
        @display("i=block/app");
    gates:
        input socketIn @labels(TunInterface/up);
        output socketOut @labels(TunInterface/down);
}

File: src/inet/applications/tunapp/TunLoopbackApp.ned