Module Interface ICloudDelayer

Package: inet.networklayer.internetcloud
File: src/inet/networklayer/internetcloud/ICloudDelayer.ned

Delay module interface for InternetCloud.

Delays or drops the packets based on which interface card the packet has arrived on and on which interface it is leaving the cloud. This module registers self to IPv4 module as an INetfilter::IHook hook and uses the datagramForwardHook for delay/drop packets

See also: InternetCloud

ICloudDelayer

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.

Properties:

Name Value Description
display i=block/delay

Source code:

//
// Delay module interface for InternetCloud.
//
// Delays or drops the packets based on which interface card the packet
// has arrived on and on which interface it is leaving the cloud.
// This module registers self to IPv4 module as an INetfilter::IHook hook
// and uses the datagramForwardHook for delay/drop packets
//
// @see InternetCloud
//
moduleinterface ICloudDelayer
{
    parameters:
        @display("i=block/delay");
}