A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
drop-tail-queue.cc
Go to the documentation of this file.
1/*
2 * Copyright (c) 2007 University of Washington
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 */
6
7#include "drop-tail-queue.h"
8
9namespace ns3
10{
11
12NS_LOG_COMPONENT_DEFINE("DropTailQueue");
13
16
17} // namespace ns3
A FIFO packet queue that drops tail-end packets on overflow.
network packets
Definition packet.h:228
QueueDiscItem is the abstract base class for items that are stored in a queue disc.
Definition queue-item.h:122
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Definition log.h:191
#define NS_OBJECT_TEMPLATE_CLASS_DEFINE(type, param)
Explicitly instantiate a template class with one template parameter and register the resulting instan...
Definition object-base.h:67
Every class exported by the ns3 library is enclosed in the ns3 namespace.