Rough draft of fq-codel implementation
This commit is contained in:
@@ -132,7 +132,8 @@ public:
|
||||
const uint8_t *frameData,
|
||||
const unsigned int frameLen,
|
||||
const unsigned int etherType,
|
||||
const unsigned int vlanId);
|
||||
const unsigned int vlanId,
|
||||
uint8_t &qosBucket);
|
||||
|
||||
/**
|
||||
* Apply filters to an incoming packet
|
||||
@@ -297,6 +298,13 @@ public:
|
||||
*/
|
||||
void learnBridgeRoute(const MAC &mac,const Address &addr);
|
||||
|
||||
/**
|
||||
* Whether QoS is in effect for this network
|
||||
*/
|
||||
bool QoSEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Learn a multicast group that is bridged to our tap device
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user