Ieee8021qAsynchronousShaper.ned

NED File src/inet/linklayer/ieee8021q/Ieee8021qAsynchronousShaper.ned

Name Type Description
Ieee8021qAsynchronousShaper compound module

This module implements the IEEE 802.1Q asynchronous shaper.

Source code

//
// Copyright (C) 2020 OpenSim Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//


package inet.linklayer.ieee8021q;

import inet.protocolelement.shaper.EligibilityTimeGate;

//
// This module implements the IEEE 802.1Q asynchronous shaper.
//
module Ieee8021qAsynchronousShaper extends EligibilityTimeGate
{
}