File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Linux QoS scripts which I used on my home Internet connection.
2
2
3
3
src-3tos.sh is the recommended script. It creates per host fairness
4
- with 3 priority classes for each host.
4
+ with 3 priority classes for each host. See the comment at the top of the
5
+ script for an explanation.
5
6
6
7
You'll need to change some of the variables to use them.
Original file line number Diff line number Diff line change 3
3
4
4
# http://www.coverfire.com
5
5
#
6
- # This script attempts to create per host fairness on the network
7
- # and for each host three priority classes. The hierarchy looks like:
6
+ # This script attempts to create per-host fairness on the network
7
+ # and for each host three priority classes. Per-host fairness is created
8
+ # by having NUM_HOST_BUCKETS classes and hashing hosts across them. Set this
9
+ # value to something sane for your network.
10
+ #
11
+ # The hierarchy with 8 host buckets looks like:
12
+ # http://git.coverfire.com/?p=linux-qos-scripts.git;a=blob;f=src-3tos_8hosts.png;hb=HEAD
13
+ #
14
+ # Or if you prefer ASCII:
8
15
#
9
16
# Interface
10
17
# |
You can’t perform that action at this time.
0 commit comments