TimeAwareShaper.ned
NED File src/inet/queueing/shaper/TimeAwareShaper.ned
| Name | Type | Description |
|---|---|---|
| TimeAwareShaper | compound module |
Implements a time-aware shaper using a gate submodule that opens and closes according to a time-based schedule. |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.queueing.shaper; // // Implements a time-aware shaper using a gate submodule that opens // and closes according to a time-based schedule. // module TimeAwareShaper extends PacketShaper { parameters: gate.typename = default("PeriodicGate"); }