1 # QoS configuration for OpenWrt
5 option classgroup "Default"
13 option layer7 "edonkey"
16 option layer7 "bittorrent"
18 option target "Priority"
21 option target "Normal"
23 option ports "20,21,25,80,110,443,993,995"
25 option target "Express"
28 option target "Express"
32 option target "Priority"
36 option portrange "1024-65535"
38 option target "Priority"
44 option target "Priority"
51 # Don't change the stuff below unless you
52 # really know what it means :)
54 config classgroup "Default"
55 option classes "Priority Express Normal Bulk"
56 option default "Normal"
59 config class "Priority"
64 config class "Priority_down"
65 option packetsize 1000
69 config class "Express"
70 option packetsize 1000
76 option packetsize 1500
77 option packetdelay 100
80 config class "Normal_down"
85 option packetdelay 200