1 # QoS configuration for OpenWrt
5 option classgroup "Default"
14 option layer7 "edonkey"
17 option layer7 "bittorrent"
19 option target "Priority"
22 option target "Normal"
24 option ports "20,21,25,80,110,443,993,995"
26 option target "Express"
29 option target "Express"
33 option target "Priority"
37 option portrange "1024-65535"
39 option target "Priority"
45 option target "Priority"
52 # Don't change the stuff below unless you
53 # really know what it means :)
55 config classgroup "Default"
56 option classes "Priority Express Normal Bulk"
57 option default "Normal"
60 config class "Priority"
65 config class "Priority_down"
66 option packetsize 1000
70 config class "Express"
71 option packetsize 1000
77 option packetsize 1500
78 option packetdelay 100
81 config class "Normal_down"
86 option packetdelay 200