1 # QoS configuration for OpenWrt
5 option classgroup "Default"
12 option target "Priority"
15 option target "Normal"
17 option ports "20,21,25,80,110,443,993,995"
19 option target "Express"
22 option target "Express"
26 option target "Priority"
30 option portrange "1024-65535"
32 option target "Priority"
38 option target "Priority"
45 # Don't change the stuff below unless you
46 # really know what it means :)
48 config classgroup "Default"
49 option classes "Priority Express Normal Bulk"
50 option default "Normal"
53 config class "Priority"
58 config class "Priority_down"
59 option packetsize 1000
63 config class "Express"
64 option packetsize 1000
70 option packetsize 1500
71 option packetdelay 100
74 config class "Normal_down"
79 option packetdelay 200