Skip to content

Commit

Permalink
Update to the references
Browse files Browse the repository at this point in the history
There's a good link I've previously missed.
  • Loading branch information
automaciej committed Jun 29, 2014
1 parent 41e18a9 commit 5cd0f73
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions hfsc
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@
#
#
# References:
# http://www.voip-info.org/wiki/view/QoS+Linux+with+HFSC
# http://www.nslu2-linux.org/wiki/HowTo/EnableTrafficShaping
# http://www.cs.cmu.edu/~hzhang/HFSC/main.html

# Specify parameters of your xDSL. Give values slightly lower than the
# nominal ones. For example, my line is 256/128, so I specify 240/100.
# - Original shell script:
# http://www.voip-info.org/wiki/view/QoS+Linux+with+HFSC
# - Kernel configuration (probably not necessary on modern distros)
# http://www.nslu2-linux.org/wiki/HowTo/EnableTrafficShaping
# - Hierarchical Packet Schedulers presentation
# http://www.cs.cmu.edu/~hzhang/HFSC/main.html
# - HFSC Scheduling with Linux
# http://linux-ip.net/articles/hfsc.en/
#
# When specifying parameters of your xDSL, provide values slightly lower
# than the nominal ones.
# For example, my line is 256/128, so I specify 240/100.

# Uplink and downlink speeds
DOWNLINK=$3
Expand Down

0 comments on commit 5cd0f73

Please sign in to comment.