Simple Module SCTPNatHook

Package: inet.transportlayer.sctp
File: src/inet/transportlayer/sctp/SCTPNatHook.ned

C++ definition

SCTPNatHook module.

SCTPNatHook

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

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

Used in compound modules:

Name Type Description
SCTPNatRouter compound module

\IP router.

Parameters:

Name Type Default value Description
interfaceTableModule string
networkProtocolModule string
routingTableModule string
natTableModule string

Gates:

Name Direction Size Description
in input
out output

Source code:

//
// SCTPNatHook module.
//
simple SCTPNatHook like IHook
{
    parameters:
        string interfaceTableModule;
        string networkProtocolModule;
        string routingTableModule;
        string natTableModule;
    gates:
        input in;
        output out;
}