ISCTP

Package: inet.transportlayer.contract

ISCTP

module interface

Interface for SCTP protocol.

Inheritance diagram

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

Implemented by

Name Type Description
SCTP simple module

Implements the SCTP protocol.

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