|
INET Framework for OMNeT++/OMNEST
|
This class defines the interface for packet dropper functions. More...
#include <IPacketDropperFunction.h>
Public Member Functions | |
| virtual | ~IPacketDropperFunction () |
| virtual Packet * | selectPacket (IPacketCollection *collection) const =0 |
| Returns a packet to be dropped from the collection. More... | |
This class defines the interface for packet dropper functions.
|
pure virtual |
Returns a packet to be dropped from the collection.
Implemented in inet::queueing::CPacketDropperFunction.
Referenced by inet::queueing::PacketBuffer::addPacket(), inet::queueing::CompoundPacketQueueBase::pushPacket(), and inet::queueing::PacketQueue::pushPacket().