DRCL J-Sim API

drcl.net
Interface PktClassifier

All Known Implementing Classes:
ColorQueue, FRED, MacPktClassifier, MQueue, PriorityQueue, SRED

public interface PktClassifier

Interface to implement a packet classifier. The classifier classifies packets into classes represented by unique integers.


Method Summary
 int classify(Packet pkt_)
          Returns the class the packet belongs to.
 

Method Detail

classify

public int classify(Packet pkt_)
Returns the class the packet belongs to.


DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~