From 47c42b0b825fe92afd29f99e3bc0d84d445f9666 Mon Sep 17 00:00:00 2001 From: Mike Hibler <mike@flux.utah.edu> Date: Mon, 1 Oct 2007 16:08:20 +0000 Subject: [PATCH] Placeholder section for covering endnode shaping on Linux. --- doc/delay-implementation.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/delay-implementation.txt b/doc/delay-implementation.txt index 3b2df9b7fa..84ab7b8a3e 100644 --- a/doc/delay-implementation.txt +++ b/doc/delay-implementation.txt @@ -687,6 +687,11 @@ interfaces. The result looks something like: ipfw add <rpipe> pipe <rpipe> ip from any to any in recv <if> ipfw pipe <rpipe> config delay <del>ms bw <bw>Kbit/s plr 0 queue 5 +3c. Endnode shaping on Linux. + +Endnode shaping is currently only implemented in Redhat Linux 9 (aka, the +2.4 kernel) since it involves a local modification to tc ("traffic control"). + 4. Dynamic shaping with the delay-agent. -- GitLab