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

An extension of the network layer node base with transport layer protocols. Provides support for UDP, TCP, and SCTP, enabling end-to-end communication services for applications.

Properties

Name Value Description
display i=block/wheelbarrow

Source code

//
// Interface for SCTP protocol.
//
moduleinterface ISctp
{
    @display("i=block/wheelbarrow");
    gates:
        input appIn @labels(SctpCommand/down);
        input ipIn;
        output appOut @labels(SctpCommand/up);
        output ipOut;
}

File: src/inet/transportlayer/contract/ISctp.ned