SCTPNatHook

Package: inet.transportlayer.sctp

SCTPNatHook

simple module

SCTPNatHook module.

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;
}
File: src/inet/transportlayer/sctp/SCTPNatHook.ned