Skip to content

Commit f2e07ca

Browse files
committed
Add a link to the graph which shows the structure.
1 parent 428c0e4 commit f2e07ca

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Linux QoS scripts which I used on my home Internet connection.
22

33
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.
56

67
You'll need to change some of the variables to use them.

src-3tos.sh

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@
33
# Dan Siemon <[email protected]>
44
# http://www.coverfire.com
55
#
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:
815
#
916
# Interface
1017
# |

0 commit comments

Comments
 (0)