ISCTPApp

Package: inet.applications.contract

ISCTPApp

module interface

Not an actual module type. It only shows which gates an SCTP app should have to be able to be used in StandardHost etc.

Inheritance diagram

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

Implemented by

Name Type Description
SCTPClient simple module

Client app for SCTP-based request-reply protocols. Handles a single session (and SCTP connection) at a time.

SCTPNatPeer simple module (no description)
SCTPNatServer simple module (no description)
SCTPPeer simple module (no description)
SCTPServer simple module (no description)

Used in compound modules

Name Type Description
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/app

Source code

//
// Not an actual module type. It only shows which gates an SCTP app should have
// to be able to be used in ~StandardHost etc.
//
moduleinterface ISCTPApp
{
    parameters:
        @display("i=block/app");
    gates:
        input sctpIn @labels(SCTPCommand/up);
        output sctpOut @labels(SCTPCommand/down);
}
File: src/inet/applications/contract/ISCTPApp.ned