#include <TailDrop.h>
Definition at line 30 of file TailDrop.h.
void TailDrop::finish |
( |
| ) |
|
A hook method invoked when a queue length is greater or equal to its threshold. Makes a decision about whether to drop the arrived PDU.
- Parameters
-
queue | pointer to the queue |
- Returns
- true if the PDU should be dropped, false otherwise
Reimplemented from RMTMaxQBase.
Definition at line 30 of file TailDrop.cc.
std::map<RMTQueue*, long> TailDrop::accepted |
|
protected |
std::map<RMTQueue*, long> TailDrop::count |
|
protected |
std::map<RMTQueue*, long> TailDrop::drop |
|
protected |
The documentation for this class was generated from the following files: