CPqD / ofsoftswitch13

OpenFlow 1.3 switch.
http://cpqd.github.com/ofsoftswitch13
304 stars 192 forks source link

Implementation of meter and queue inside ofsoftswitch13? #236

Closed mike54122016 closed 7 years ago

mike54122016 commented 7 years ago

Hello,

What kind of bucket mechanism (e.g. Token bucket) is realized for meter and buffer inside ofsoftswitch13?

Regards

ederlf commented 7 years ago

It uses Token bucket for meter.

Notice there is a pending patch i have not had time to test yet, so results with metering might be wrong in the current code.