Changes

Jump to: navigation, search

Traffic shaping with tc

21 bytes added, 11:13, 29 June 2006
m
tt to code in Limiting incoming bandwidth
== Limiting incoming bandwidth ==
This can be done by setting the <ttcode>tc</ttcode> filter on <ttcode>venet0</ttcode>:
<pre>
DEV=venet0
tc qdisc add dev $DEV parent 1:1 sfq perturb 10
</pre>
Note that <code>X.X.X.X </code> is an IP address of VE.
== Limiting VE to HN talks ==

Navigation menu