Module Interface ISCTP

Package: inet.transportlayer.contract
File: src/inet/transportlayer/contract/ISCTP.ned

Interface for SCTP protocol.

ISCTP

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
NetPerfMeterHost compound module

NetPerfMeter application host.

PacketDrillHost compound module

IPv4 host with SCTP, TCP, UDP layers and a packetdrill application. The application has a direct connection to the TunInterface.

StandardHost compound module

IPv4 host with SCTP, TCP, UDP layers and applications. IP forwarding is disabled by default (see forwarding).

Properties:

Name Value Description
display i=block/wheelbarrow

Source code:

//
// Interface for SCTP protocol.
//
moduleinterface ISCTP
{
    @display("i=block/wheelbarrow");
    gates:
        input from_appl[];
        input from_ip;
        output to_appl[];
        output to_ip;
}