1 # QoS configuration for OpenWrt
5 option classgroup "Default"
17 option layer7 "edonkey"
20 option layer7 "bittorrent"
22 option target "Priority"
25 option target "Normal"
27 option ports "20,21,25,80,110,443,993,995"
29 option target "Express"
32 option target "Express"
36 option target "Priority"
40 option portrange "1024-65535"
42 option target "Priority"
48 option target "Priority"
55 # Don't change the stuff below unless you
56 # really know what it means :)
58 config classgroup "Default"
59 option classes "Priority Express Normal Bulk"
60 option default "Normal"
63 config class "Priority"
68 config class "Priority_down"
69 option packetsize 1000
73 config class "Express"
74 option packetsize 1000
80 option packetsize 1500
81 option packetdelay 100
84 config class "Normal_down"
89 option packetdelay 200