Ieee8021qAsynchronousShaper.ned
NED File src/inet/linklayer/ieee8021q/Ieee8021qAsynchronousShaper.ned
| Name | Type | Description |
|---|---|---|
| Ieee8021qAsynchronousShaper | compound module |
Implements the IEEE 802.1Q asynchronous shaper. An alias for the EligibilityTimeGate module. |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.ieee8021q; import inet.protocolelement.shaper.EligibilityTimeGate; // // Implements the IEEE 802.1Q asynchronous shaper. // An alias for the EligibilityTimeGate module. // module Ieee8021qAsynchronousShaper extends EligibilityTimeGate { }