Package: ned
IdealChannel
channel(no description)
Used in compound modules
| Name | Type | Description |
|---|---|---|
| AccessPoint | compound module |
A wireless access point device that connects wireless stations (like WirelessHost) to a wired network. Supports multiple wireless radios and multiple Ethernet ports. |
| AckingWirelessInterface | compound module |
Implements a highly abstracted wireless network interface (NIC) that uses a trivial MAC protocol. It offers simplicity for scenarios where Layer 1 and 2 effects can be completely ignored, for example testing the basic functionality of a wireless ad-hoc routing protocol. |
| AFxyQueue | compound module |
This is an example queue that implements one class of the Assured Forwarding PHB group (RFC 2597). |
| AodvRouter | compound module |
A mobile node with the Ad hoc On-Demand Distance Vector (AODV) routing protocol. Extends AdhocHost by adding the AODV routing protocol module. |
| ApplicationLayerNodeBase | compound module |
An extension of the transport layer node base that adds support for applications. Provides the highest level of abstraction for network nodes, completing the full network stack from physical to application layer. |
| BGPRouterEx | compound module |
Example IP router with BGPv4 and OSPFv4 support. |
| BGPRouterSimple | compound module |
Example Ipv4 router with BGPv4 support. |
| BridgingLayer | compound module |
Provides various layer 2 services such as packet forwarding, interface selection, virtual LAN handling, stream handling. |
| BurstHost | compound module |
Definition of an IP node with a transport generator that connects to IP directly, without TCP or UDP. |
| BurstyPacketProducer | compound module |
Mixes two different packet sources to generate bursty traffic. |
| Client | compound module | (no description) |
| ClientApp | compound module | (no description) |
| ClientHost1 | compound module | (no description) |
| ClientHost2 | compound module | (no description) |
| ClientHost3 | compound module | (no description) |
| ClientHost4 | compound module | (no description) |
| ClientHost5 | compound module | (no description) |
| ClientHost6 | compound module | (no description) |
| ClientHost7 | compound module | (no description) |
| CompoundPendingQueue | compound module |
Implements a prioritized queue system for IEEE 802.11 MAC frames. Uses a classifier to separate incoming packets into three queues: management frames (highest priority), multicast frames (medium priority), and unicast frames (lowest priority). A priority scheduler then selects packets from these queues in order of priority. |
| DataService | compound module | (no description) |
| DataService | compound module | (no description) |
| DiffservQueue | compound module |
This is an example queue that can be used in interfaces of DS core and edge nodes to support the AFxy (RFC 2597) and EF (RFC 3246) PHBs. |
| DiffservTrafficConditioner | compound module |
TODO documentation |
| DirectionReverserLayer | compound module |
Provides a layer that combines the decision for local delivery with the service of reversing the direction of an incoming packet to outgoing for packet forwarding. |
| DsdvRouter | compound module |
A mobile node with the Destination-Sequenced Distance Vector (DSDV) routing protocol. Extends AdhocHost by adding the DSDV routing protocol module. |
| DSQueue1 | compound module |
Diffserv Queue used in Experiment 1.1 - 1.6 and 5.1. |
| DSQueue2 | compound module |
Diffserv Queue used in Experiment 2.1 - 2.4. |
| DualIeee8021qFilter | compound module |
Combines two meters and their corresponding filters per path. This is primarily useful for combining a token bucket based metering with an asynchronous packet shaper. Note that the asynchronous packet shaper also has parts in the network interface queue module. |
| DymoRouter | compound module |
A mobile node with the Dynamic MANET On-demand (DYMO) routing protocol. Extends AdhocHost by adding the DYMO routing protocol module. |
| DynamicDefragmenter | compound module | (no description) |
| EigrpProcessDS | compound module | (no description) |
| EthernetApp | compound module |
Generates traffic as an Ethernet application. The traffic source and traffic sink modules can be built from queueing model elements. |
| EthernetCutthroughLayer | compound module | (no description) |
| EthernetFragmentingMacLayer | compound module | (no description) |
| EthernetHost | compound module |
A simplified network device that communicates directly over Ethernet without higher layer protocols like IP or TCP. It provides a basic host model for Ethernet-only simulations. |
| EthernetHost2 | compound module |
An example host with one Ethernet interface and an Ethernet traffic generator directly connected to it. This host model does not contain higher layer protocols (IP, TCP). By default is configured to use half-duplex MAC (CSMA/CD). |
| EthernetInterface | compound module |
Represents an Ethernet network interface. |
| EthernetLayer | compound module | (no description) |
| EthernetMacLayer | compound module | (no description) |
| EthernetPhyLayer | compound module | (no description) |
| EthernetPlcaInterface | compound module |
Implements a network interface that is suitable for use in Ethernet 10BASE-T1S multidrop links. Such a multidrop link uses the Ethernet Phyisical Layer Collision Avoidance (PLCA) protocol. The protocol is defined in the IEEE 802.3cg-2019 standard. This network interface can be used in any network node module (e.g. ~StandardHost) that allows replacing its network interfaces. All network interfaces on the same multidrop link must use this module. |
| EthernetPreemptingMacLayer | compound module | (no description) |
| EthernetPreemptingPhyLayer | compound module | (no description) |
| EthernetQosQueue | compound module |
Queue module that gives the PAUSE frames a higher priority, and can be parametrized with an ~IPacketQueue for serving the data frames. |
| EthernetQosRedQueue | compound module |
Queue module that gives the PAUSE frames a higher priority, and using Random Early Detection algorithm on data frames, and can be parametrized with an ~IPacketQueue for serving the data frames. |
| EthernetStreamingMacLayer | compound module | (no description) |
| EthernetSwitch | compound module |
EthernetSwitch models a Layer 2 Ethernet switch with support for various IEEE 802.1 protocols and features. It provides frame forwarding based on MAC addresses and implements multiple switching technologies. |
| ExampleCable | compound module | (no description) |
| ExampleCompoundPriorityQueue | compound module | (no description) |
| ExampleHost | compound module | (no description) |
| ExampleInterface | compound module | (no description) |
| ExtLowerEthernetInterface | compound module |
Provides an Ethernet network interface suitable for emulation. The lower part of the network interface is realized in the real world using a real Ethernet socket of the host computer which is running the simulation. |
| ExtLowerIpv4 | compound module |
Provides IPv4 layer functionality for network emulation that connects the simulation to a real network on the host computer. Sends packets from the simulation to the real network and receives packets from the real network into the simulation using raw sockets. Uses ~Ipv4Encap for packet encapsulation and ~ExtIpv4Socket for the connection to the host's networking stack. |
| ExtLowerIpv4NetworkLayer | compound module |
Provides a simplified network layer for emulation that connects the simulation to a real network on the host computer. Uses ~ExtLowerIpv4 to send packets from the simulation to the real network and receive packets from the real network into the simulation using raw sockets. |
| ExtUpperEthernetInterface | compound module |
Provides an Ethernet network interface suitable for emulation. The upper part of the network interface is realized in the real world using a real TAP device of the host computer which is running the simulation. |
| ExtUpperIeee80211Interface | compound module |
Provides an IEEE 802.11 network interface suitable for emulation. The upper part of the network interface is realized in the real world using a real TAP device of the host computer which is running the simulation. |
| ExtUpperIpv4 | compound module |
Provides IPv4 layer functionality for network emulation that connects simulated applications to a real network on the host computer. Uses a real TUN device on the host OS to capture and inject packets at the IP layer, allowing simulated applications to communicate with real-world network endpoints through the host's networking stack. |
| ExtUpperIpv4NetworkLayer | compound module |
Provides a network layer that connects the simulation to a real network on the host computer using a TUN device. Allows simulated applications to send and receive packets through the host's networking stack at the IP layer. Contains standard components like routing table and ARP, and uses ~ExtUpperIpv4 with a TUN device for external connectivity. |
| ForwardingService | compound module | (no description) |
| ForwardingService | compound module | (no description) |
| GatingPriorityQueue | compound module |
Implements a priority queue with multiple inner queues each having its own periodic gate for packet selection and an optional shared memory buffer. |
| GatingQueue | compound module |
Implements a queue having its own periodic gate. |
| GpsrRouter | compound module | (no description) |
| GpsrRouter | compound module |
A mobile node with the Greedy Perimeter Stateless Routing (GPSR) protocol. It extends AdhocHost by adding the GPSR routing protocol module. |
| GpsrStandardHost | compound module | (no description) |
| GpsrWirelessHost | compound module | (no description) |
| GptpEndstation | compound module |
Implements a gPTP end station that contains a clock module and a gPTP protocol. |
| Ieee80211Interface | compound module |
Implements an IEEE 802.11 network interface. It implements a large subset of the IEEE 802.11 standard, and may use radio models and wireless signal representations of varying levels of detail. It is also extremely configurable, and its component structure makes it easy to experiment with various details of the protocol. |
| Ieee802154NarrowbandInterface | compound module |
Implements an IEEE 802.15.4 narrowband network interface. |
| Ieee802154UwbIrInterface | compound module |
Implements an IEEE 802.15.4 UWB-IR network interface. |
| Ieee8021qFilter | compound module |
Implements the IEEE 802.1Q per-stream filtering and policing. The relationship between streams, gates, and meters is not one-to-one. The number of streams, gates, and meters can be different, and the module will take care of the connections between the submodules based on the streamFilterTable parameter. |
| Ieee8021qLayer | compound module |
Implements IEEE 802.1Q protocol functionality as a layered architecture with policy and protocol components. The policy submodule handles VLAN filtering and mapping, while the protocol submodule manages tag encapsulation/ decapsulation. Supports both C-VLAN (0x8100) and S-VLAN (0x88A8) tag types through configuration. Enables network segmentation and traffic control in Ethernet networks by processing VLAN tags according to configured policies. |
| Ieee8021qProtocol | compound module |
Implements the IEEE 802.1Q protocol encapsulation/decapsulation. It also provides socket support so applications can use the protocol directly. |
| Ieee8021qTimeAwareShaper | compound module |
Implements the IEEE 802.1Q time aware shaper. |
| Ieee8021rLayer | compound module | (no description) |
| Ieee8021rProtocol | compound module |
Implements the IEEE 802.1r protocol encapsulation/decapsulation. |
| Ieee8022LlcApp | compound module |
Generates traffic as an IEEE 802.2 LLC application. The traffic source and traffic sink modules can be built from queueing model elements. |
| Ieee8022LlcLayer | compound module | (no description) |
| Interface | compound module | (no description) |
| InterfaceRelayLayer | compound module |
Combines the interface MAC address learning from incoming packets with the outgoing interface selection for outgoing packets into a single layer. |
| InterfaceService | compound module | (no description) |
| IpApp | compound module |
Generates traffic for a IP application. The traffic source and traffic sink modules can be built from queueing model elements. |
| IPv4LargeLAN | compound module |
Several hosts and an Ethernet hub on a switch. One port of the hub connect to a 10Base2 segment. |
| IPv4MediumLAN | compound module |
Several hosts and a router on an Ethernet hub and a switch |
| Ipv4NetworkLayer | compound module | |
| IPv4SmallLAN | compound module |
Several hosts on a router; part of ~IPv4LargeNet. |
| Ipv6NetworkLayer | compound module |
Represents an IPv6 network layer (L3). |
| LargeLAN | compound module |
Several hosts and an Ethernet hub on a switch. One port of the hub connect to a 10Base2 segment. Part of ~LargeNet(1,2). |
| LayeredEthernetInterface | compound module |
Implements an Ethernet network interface. |
| LdpMplsRouter | compound module |
An LDP-capable router. |
| LeakyBucket | compound module |
Implements a parameterizable leaky bucket algorithm. |
| LinkLayerNodeBase | compound module |
An extension of the basic node infrastructure with link layer functionality. Provides support for various network interfaces and link layer protocols, forming the foundation for network connectivity. |
| LoopbackInterface | compound module |
Implements a loopback network interface. |
| MacService | compound module | (no description) |
| ManetRouter | compound module |
A mobile node with ad hoc routing capabilities intended for Mobile Ad hoc Networks (MANETs). Extends AdhocHost by adding support for MANET routing protocols. |
| ManetSensorNode | compound module | (no description) |
| MeasurementLayer | compound module | (no description) |
| MediumLAN | compound module |
Several hosts and an Ethernet hub on a switch; part of ~LargeNet(1,2). |
| MultiDomainGptp | compound module |
Combines multiple ~Gptp modules, one per time domain into a multi time domain time synchronization module. Each gPTP time domain is automatically configured to use the corresponding subclock of the clock passed into this module. |
| MultiMeasurementLayer | compound module | (no description) |
| MultiPacketFilter | compound module |
Combines multiple packet filters into one. |
| MultiPacketMeter | compound module |
Combines multiple packet meters into one. |
| MultiPacketPolicing | compound module |
Combines multiple packet policing modules into one. |
| MyStandardHost | compound module | (no description) |
| NetworkLayerNodeBase | compound module |
An extension of the link layer node base with network layer functionality. Provides support for multiple network protocols, including IPv4 and IPv6. |
| NextHopNetworkLayer | compound module |
Provides a network layer for the next hop forwarding. |
| Node | compound module | (no description) |
| Node | compound module | (no description) |
| OmittedEthernetEncapsulation | compound module |
Implements the given module interface and can be used as an optional module that removes itself from the module hierarchy during initialization. |
| OmittedIeee8021dQosClassifier | compound module |
Implements the given module interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedIeee8021qTagEpdHeaderChecker | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedIeee8021qTagEpdHeaderInserter | compound module |
Implements the module given by the interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedIeee8021qTagTpidHeaderChecker | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialize. |
| OmittedIeee8021qTagTpidHeaderInserter | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedIeee8022Llc | compound module |
Implements the given module interface and can be used as an optional module that removes itself from the module hierarchy during initialization. |
| OmittedIeee8022LlcChecker | compound module |
Implements the given module interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedIeee8022LlcInserter | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialize. |
| OmittedIeee8022LlcLayer | compound module |
Implements the module given an interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedIeee8022SnapChecker | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedIeee8022SnapInserter | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedMeasurementLayer | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedPacketDelayer | compound module |
Implements the given module interface and can be used as an optional module that removes itself from the module hierarchy during initialization. |
| OmittedPacketFilter | compound module |
Implements the given module interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedPacketFlow | compound module |
Implements the given module interface and can be used as an optional module that removes itself from the module hierarchy during initialization. |
| OmittedPacketGate | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedPacketMeter | compound module |
Implements the module given interface and can be used as an optional module that removes itself from the module hierarchy during initialize. |
| OmittedPacketQueue | compound module |
Implements the given module interface and can be used as an optional module that removes itself from the module hierarchy during initialization. |
| OmittedPacketServer | compound module |
Implements the given interface and can be used as an optional module that removes itself from the module hierarchy during initialization. |
| OmittedProcessingDelayLayer | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedProtocolLayer | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedSocketLayer | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialize. |
| OmittedTrafficConditioner | compound module |
Implements the given module interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OmittedTrafficConditionerLayer | compound module |
Implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialization. |
| OneNetArea | compound module | (no description) |
| OSPF_Area1 | compound module | (no description) |
| OSPF_Area2 | compound module | (no description) |
| OSPF_Area3 | compound module | (no description) |
| Ospfv3 | compound module |
Implements the OSPFv3 (Open Shortest Path First version 3) routing protocol for IPv4 and IPv6 networks. This module supports dynamic routing based on link state advertisements, allowing routers to discover and maintain routes to all destinations in an autonomous system. |
| PacketHistory | compound module |
Connects one packet producer to one packet consumer. It can be pushed with packets from the connected packet producer. It keeps a copy of the last N packets pushed into its input. The packets are available in the runtime user interface (Qtenv) for inspection. |
| PacketPolicing | compound module |
Combines a packet meter and a packet filter into a packet policing module. The meter measures the packet flow that is passing through and attaches some meta information to the packets. The filter drops the packets that do not match the implemented filter criteria. |
| PacketShaper | compound module |
Combines a packet queue and a packet gate into a packet shaper module. The queue stores the packets sorted according to its ordering and the gate decides when the first packet can be pulled from the queue. |
| PeerService | compound module | (no description) |
| Pim | compound module |
Implements the Protocol Independent Multicast (PIM) routing protocol for IP multicast. This module integrates both PIM-DM (Dense Mode) and PIM-SM (Sparse Mode) implementations, using a splitter to direct packets to the appropriate mode based on interface configuration. PIM builds distribution trees for efficient multicast data delivery across IP networks. |
| PppInterface | compound module |
Implements a PPP network interface. |
| PriorityQueue | compound module |
Implements a priority queue with multiple inner queues and an optional shared memory buffer. |
| PriorityShaper | compound module |
Combines a classifier, a scheduler, and several traffic shapers into a single packet shaper. Packets are classified into one of the traffic shapers, and the scheduler prioritizes among them. |
| ProcessingDelayLayer | compound module | (no description) |
| QueueFiller | compound module |
Produces packets in order to prevent a queue from becoming empty. |
| QueueingPacketDelayer | compound module |
Compound module that delays packets for a specified amount of time while preserving their order. Implements the IPacketDelayer interface using a queue and server architecture. The queue stores packets while they wait, and the server processes each packet with a processing time equal to the configured delay. Note that the actual packet delay will be the sum of the queueing time and the configured delay. Unlike the simple PacketDelayer module, this implementation always maintains packet order regardless of delay distribution. |
| ReceiverHost | compound module | (no description) |
| RedDropperQueue | compound module |
Combines a packet queue with random early detection (RED) dropper. |
| REDQueue | compound module | (no description) |
| RequestConsumer | compound module |
Processes incoming packets one by one in the order they arrive. First, it classifies a packet according to the configured classifier function, then it generates tokens for the selected category in the configured response producer. |
| ResponseProducer | compound module |
Generates several different streams of packets, one after the other. For each traffic category, the packets are produced by a separate token-based server. The traffic stream can be started by adding tokens to the corresponding server module. The packet data, packet length, and timing distributions can be configured in the corresponding packet provider. |
| Router | compound module |
A network router device with support for multiple routing protocols and network interfaces. Provides the foundation for simulating various types of routers in both wired and wireless networks. |
| RsvpMplsRouter | compound module |
An RSVP-TE capable router. |
| RtpHost | compound module |
A network node with Real-time Transport Protocol (RTP) support. Extends StandardHost by adding RTP-specific components for real-time multimedia streaming applications. |
| SelectivityService | compound module | (no description) |
| SenderHost | compound module | (no description) |
| ServerApp | compound module | (no description) |
| ServerHost1 | compound module | (no description) |
| ServerHost2 | compound module | (no description) |
| ServerHost3 | compound module | (no description) |
| ServerHost4 | compound module | (no description) |
| ServerHost5 | compound module | (no description) |
| ServerHost6 | compound module | (no description) |
| ServerHost7 | compound module | (no description) |
| SimpleIeee8021qFilter | compound module |
Implements a simplified version of the IEEE 802.1Q per-stream filtering and policing. Each filtered stream has its own path where metering and filtering happens independently of any other stream. |
| SimpleNetworkLayer | compound module |
Provides a simple network layer. |
| SinkApp | compound module |
Implements a generic sink application. |
| SinkClient | compound module | (no description) |
| SinkNode | compound module | (no description) |
| SmallLAN | compound module | |
| SourceApp | compound module |
Implements a generic source application. |
| StreamCoderLayer | compound module |
Combines a stream decoder and a stream encoder into a layer. For incoming packets, the stream decoder determines the stream of the packet. For outgoing packets, the stream encoder determines the VLAN id, etc. of the packet. |
| StreamFilterLayer | compound module |
Combines two packet filters into a protocol layer so that it can be used in a layered compound module. There are separate submodules for ingress and egress traffic, but in most cases only the ingress filter is used. |
| StreamIdentifierLayer | compound module |
Wraps a stream identifier into a protocol layer so that it can be used in a layered compound module. |
| StreamPolicyLayer | compound module | (no description) |
| StreamRelayLayer | compound module |
Combines a stream merger and a stream splitter module into a stream relay layer. For incoming packets, the identified streams are merged by the stream merger. For outgoing packets, the requested streams are split by the stream splitter. |
| TC1 | compound module |
Traffic conditioner used in Experiments 1.1-1.6 and 5.1. |
| TC2 | compound module |
Traffic conditioner used in Experiment 3.1. |
| TC3 | compound module |
Traffic conditioner used in Experiment 3.2. |
| TcpClientApp | compound module |
A generic, very modular TCP client application, similar to ~TcpServerApp. The traffic source and traffic sink modules can be built from queueing model elements. |
| TcpServerApp | compound module |
A generic, modular TCP server application. It is composed of a listener module that listens on a port to accept TCP connections, and for each incoming TCP connection it dynamically creates a new module in the connection[] submodule vector to handle the connection. |
| TcpServerConnection | compound module |
This is a pre-assembled module type to be used in ~TcpServerApp. One instance of this module type is launched by ~TcpServerListener for each incoming connection. It is composed of a traffic source, a traffic sink, a socket I/O and other modules, and most of the module types are parametric. The traffic source and traffic sink modules can be built from queueing model elements. |
| TelnetClientApp | compound module |
This client application contains a configurable pre-composed telnet traffic source and traffic sink. |
| TelnetClientTraffic | compound module | (no description) |
| TelnetServerConnection | compound module |
Contains a configurable pre-composed telnet traffic source and traffic sink as part of a telnet server application. |
| TelnetServerTraffic | compound module | (no description) |
| ThroughputClient | compound module | (no description) |
| ThroughputClient | compound module | (no description) |
| ThroughputClient | compound module | (no description) |
| ThroughputServer | compound module | (no description) |
| ThroughputServer | compound module | (no description) |
| TokenBucket | compound module |
Implements a parameterizable token bucket algorithm. |
| TrafficConditioner | compound module |
TODO documentation |
| TrafficConditionerLayer | compound module | (no description) |
| TrafficgenCompound | compound module | (no 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. |
| TunInterface | compound module |
Implements a (simulated) TUN network interface. |
| TwoNetsArea | compound module | (no description) |
| UdpApp | compound module |
Generates traffic for a UDP application. The traffic source and traffic sink modules can be built from queueing model elements. |
| VirtualInterface | compound module |
Implements a virtual network interface. |
| VlanPolicyLayer | compound module | (no description) |
| VoIPStreamLargeLAN | compound module |
Several hosts and an Ethernet hub on a switch. One port of the hub connect to a 10Base2 segment. |
| VoIPStreamMediumLAN | compound module |
Several hosts and an Ethernet hub on a switch |
| VoIPStreamSmallLAN | compound module |
Several hosts on an Ethernet hub |
| WirelessAPWithSink | compound module |
Well, this models a 802.11 Access Point with a Sink. |
| WirelessInterface | compound module |
Implements a generic wireless network interface. |
| WiseRouteNetworkLayer | compound module |
Provides a simple network layer. |
| xMIPv6Support | compound module |
Implements xMIPv6 (where x = F, H, F-H). |
Used in
| Name | Type | Description |
|---|---|---|
| AppContainer | network | (no description) |
| AppContainer | network | (no description) |
| BufferTutorialStep | network | (no description) |
| ClonerTutorialStep | network | (no description) |
| ComparatorTutorialStep | network | (no description) |
| CompoundPacketQueueTutorialStep | network | (no description) |
| ContentBasedClassifierTutorialStep | network | (no description) |
| ContentBasedSchedulerTutorialStep | network | (no description) |
| ContentBasedTaggerTutorialStep | network | (no description) |
| DelayerTutorialStep | network | (no description) |
| DemultiplexerTutorialStep | network | (no description) |
| DropTailQueueTutorialStep | network | (no description) |
| DuplicatorTutorialStep | network | (no description) |
| ExampleNetworkTutorialStep | network | (no description) |
| Filter1TutorialStep | network | (no description) |
| Filter2TutorialStep | network | (no description) |
| Gate1TutorialStep | network | (no description) |
| Gate2TutorialStep | network | (no description) |
| GenericClassifierTutorialStep | network | (no description) |
| GenericSchedulerTutorialStep | network | (no description) |
| InputQueueSwitching | network | (no description) |
| LabelerTutorialStep | network | (no description) |
| LeakyBucketTutorialStep | network | (no description) |
| MarkovClassifierTutorialStep | network | (no description) |
| MarkovSchedulerTutorialStep | network | (no description) |
| MeterTutorialStep | network | (no description) |
| MultiplexerTutorialStep | network | (no description) |
| OrdinalBasedDropperTutorialStep | network | (no description) |
| OrdinalBasedDuplicatorTutorialStep | network | (no description) |
| OutputQueueSwitching | network | (no description) |
| PacketBasedTokenGeneratorTutorialStep | network | (no description) |
| PacketQueueTutorialStep | network | (no description) |
| PeekingUnderTheHoodShowcase | network | (no description) |
| PeekingUnderTheHoodShowcase | network | (no description) |
| PriorityBufferTutorialStep | network | (no description) |
| PriorityClassifierTutorialStep | network | (no description) |
| PriorityQueueTutorialStep | network | (no description) |
| PrioritySchedulerTutorialStep | network | (no description) |
| ProducerConsumerTutorialStep | network | (no description) |
| ProviderCollectorTutorialStep | network | (no description) |
| QueueBasedTokenGeneratorTutorialStep | network | (no description) |
| QueueFillerTutorialStep | network | (no description) |
| RedDropperTutorialStep | network | (no description) |
| RequestResponseTutorialStep | network | (no description) |
| ServerTutorialStep | network | (no description) |
| SignalBasedTokenGeneratorTutorialStep | network | (no description) |
| TaggerTutorialStep | network | (no description) |
| TelnetTutorialStep | network | (no description) |
| TimeBasedTokenGeneratorTutorialStep | network | (no description) |
| TokenBasedServerTutorialStep | network | (no description) |
| TokenBucketTutorialStep | network | (no description) |
| WrrClassifierTutorialStep | network | (no description) |
| WrrSchedulerTutorialStep | network | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| class | cIdealChannel |
Source code
channel IdealChannel { @class(cIdealChannel); }File: Built-in type