Skip to content

Tags: netoptimizer/bpf-examples

Tags

traffic-pacing-edt-prod01

Tagging: traffic-pacing-edt-prod01

This started as a practical example of how to implement:
 - Earliest Departure Time (EDT) traffic pacing/shaping.

It have evolved and runs in production at an ISP (Internet Service Provider) to
solve a practical problem with 1Gbit/s customers and access switches that have
small buffer and cannot handle bursts.

It works really well, but the code needs to be cleaned up and refactored.
Thus, tag production code to have a know working state before refactor.